Skip to content

Commit

Permalink
Update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
riverar committed Nov 14, 2024
1 parent 11c10b1 commit 4d54fb9
Show file tree
Hide file tree
Showing 16 changed files with 974 additions and 958 deletions.
Binary file modified crates/targets/aarch64_gnullvm/lib/libwindows.0.52.0.a
Binary file not shown.
Binary file modified crates/targets/aarch64_msvc/lib/windows.0.52.0.lib
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
void __stdcall QueryOptionalDelayLoadedAPI(int p0, int p1, int p2, int p3) {}
4 changes: 4 additions & 0 deletions crates/targets/baseline/bcrypt.dll.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
void __stdcall BCryptAddContextFunction(int p0, int p1, int p2, int p3, int p4) {}
void __stdcall BCryptAddContextFunctionProvider(int p0, int p1, int p2, int p3, int p4, int p5) {}
void __stdcall BCryptCloseAlgorithmProvider(int p0, int p1) {}
void __stdcall BCryptConfigureContext(int p0, int p1, int p2) {}
void __stdcall BCryptConfigureContextFunction(int p0, int p1, int p2, int p3, int p4) {}
Expand Down Expand Up @@ -43,11 +44,14 @@ void __stdcall BCryptQueryContextFunctionConfiguration(int p0, int p1, int p2, i
void __stdcall BCryptQueryContextFunctionProperty(int p0, int p1, int p2, int p3, int p4, int p5, int p6) {}
void __stdcall BCryptQueryProviderRegistration(int p0, int p1, int p2, int p3, int p4) {}
void __stdcall BCryptRegisterConfigChangeNotify(int p0) {}
void __stdcall BCryptRegisterProvider(int p0, int p1, int p2) {}
void __stdcall BCryptRemoveContextFunction(int p0, int p1, int p2, int p3) {}
void __stdcall BCryptRemoveContextFunctionProvider(int p0, int p1, int p2, int p3, int p4) {}
void __stdcall BCryptResolveProviders(int p0, int p1, int p2, int p3, int p4, int p5, int p6, int p7) {}
void __stdcall BCryptSecretAgreement(int p0, int p1, int p2, int p3) {}
void __stdcall BCryptSetContextFunctionProperty(int p0, int p1, int p2, int p3, int p4, int p5, int p6) {}
void __stdcall BCryptSetProperty(int p0, int p1, int p2, int p3, int p4) {}
void __stdcall BCryptSignHash(int p0, int p1, int p2, int p3, int p4, int p5, int p6, int p7) {}
void __stdcall BCryptUnregisterConfigChangeNotify(int p0) {}
void __stdcall BCryptUnregisterProvider(int p0) {}
void __stdcall BCryptVerifySignature(int p0, int p1, int p2, int p3, int p4, int p5, int p6) {}
7 changes: 7 additions & 0 deletions crates/targets/baseline/bcryptprimitives.dll.c
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
void __stdcall GetAsymmetricEncryptionInterface(int p0, int p1, int p2, int p3) {}
void __stdcall GetCipherInterface(int p0, int p1, int p2, int p3) {}
void __stdcall GetHashInterface(int p0, int p1, int p2, int p3) {}
void __stdcall GetKeyDerivationInterface(int p0, int p1, int p2, int p3) {}
void __stdcall GetRngInterface(int p0, int p1, int p2) {}
void __stdcall GetSecretAgreementInterface(int p0, int p1, int p2, int p3) {}
void __stdcall GetSignatureInterface(int p0, int p1, int p2, int p3) {}
void __stdcall ProcessPrng(int p0, int p1) {}
void __stdcall SystemPrng(int p0, int p1) {}
Loading

0 comments on commit 4d54fb9

Please sign in to comment.