mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2024-11-27 11:54:24 +08:00
crt: Add bcryptprimitives.def for x86
Makefile.in regeneration not included, per request. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: LIU Hao <lh_mouse@126.com>
This commit is contained in:
parent
527522b8b0
commit
9f6cadc68f
18
mingw-w64-crt/lib-common/bcryptprimitives.def
Normal file
18
mingw-w64-crt/lib-common/bcryptprimitives.def
Normal file
@ -0,0 +1,18 @@
|
||||
;
|
||||
; Definition file of bcryptPrimitives.dll
|
||||
; Automatic generated by gendef 1.1
|
||||
; written by Kai Tietz 2008
|
||||
; The def file has to be processed by --kill-at (-k) option of dlltool or ld
|
||||
;
|
||||
LIBRARY "bcryptPrimitives.dll"
|
||||
EXPORTS
|
||||
GetAsymmetricEncryptionInterface
|
||||
GetCipherInterface
|
||||
GetHashInterface
|
||||
GetKeyDerivationInterface
|
||||
GetRngInterface
|
||||
GetSecretAgreementInterface
|
||||
GetSignatureInterface
|
||||
MSCryptConvertRsaPrivateBlobToFullRsaBlob
|
||||
ProcessPrng
|
||||
ProcessPrngGuid
|
@ -10,6 +10,7 @@ lib32_DATA += %reldir%/libavicap32.a
|
||||
lib32_DATA += %reldir%/libavifil32.a
|
||||
lib32_DATA += %reldir%/libavrt.a
|
||||
lib32_DATA += %reldir%/libbcrypt.a
|
||||
lib32_DATA += %reldir%/libbcryptprimitives.a
|
||||
lib32_DATA += %reldir%/libbluetoothapis.a
|
||||
lib32_DATA += %reldir%/libbootvid.a
|
||||
lib32_DATA += %reldir%/libbrowcli.a
|
||||
|
18
mingw-w64-crt/lib32/bcryptprimitives.def
Normal file
18
mingw-w64-crt/lib32/bcryptprimitives.def
Normal file
@ -0,0 +1,18 @@
|
||||
;
|
||||
; Definition file of bcryptPrimitives.dll
|
||||
; Automatic generated by gendef 1.1
|
||||
; written by Kai Tietz 2008
|
||||
; The def file has to be processed by --kill-at (-k) option of dlltool or ld
|
||||
;
|
||||
LIBRARY "bcryptPrimitives.dll"
|
||||
EXPORTS
|
||||
GetAsymmetricEncryptionInterface@16
|
||||
GetCipherInterface@16
|
||||
GetHashInterface@16
|
||||
GetKeyDerivationInterface@16
|
||||
GetRngInterface@12
|
||||
GetSecretAgreementInterface@16
|
||||
GetSignatureInterface@16
|
||||
MSCryptConvertRsaPrivateBlobToFullRsaBlob@20
|
||||
ProcessPrng@8
|
||||
ProcessPrngGuid@4
|
@ -714,6 +714,7 @@ lib64_DATA += %reldir%/libntoskrnl.a
|
||||
lib64_DATA += %reldir%/libuxtheme.a
|
||||
lib64_DATA += %reldir%/libwtsapi32.a
|
||||
lib64_DATA += %reldir%/libbcrypt.a
|
||||
lib64_DATA += %reldir%/libbcryptprimitives.a
|
||||
lib64_DATA += %reldir%/libbthprops.a
|
||||
lib64_DATA += %reldir%/libdhcpcsvc6.a
|
||||
lib64_DATA += %reldir%/libdxva2.a
|
||||
|
Loading…
Reference in New Issue
Block a user