Add additional BCrypt APIs (#1997)
This commit is contained in:
Родитель
c6163c7e1d
Коммит
527806d20d
|
@ -10435,6 +10435,10 @@ BCryptConfigureContextFunction=bcrypt.dll
|
|||
BCryptConfigureContext=bcrypt.dll
|
||||
BCryptCloseAlgorithmProvider=bcrypt.dll
|
||||
BCryptAddContextFunction=bcrypt.dll
|
||||
BCryptRegisterProvider=bcrypt.dll
|
||||
BCryptUnregisterProvider=bcrypt.dll
|
||||
BCryptAddContextFunctionProvider=bcrypt.dll
|
||||
BCryptRemoveContextFunctionProvider=bcrypt.dll
|
||||
AuthzUnregisterSecurityEventSource=AUTHZ.dll
|
||||
AuthzUnregisterCapChangeNotification=AUTHZ.dll
|
||||
AuthzUninstallSecurityEventSource=AUTHZ.dll
|
||||
|
@ -26747,3 +26751,13 @@ IsCalendarLeapYear=KERNEL32.dll
|
|||
IsWindowArranged=USER32.dll
|
||||
GetCurrentPackageInfo3=KERNEL32.dll
|
||||
ConsoleControl=USER32.dll
|
||||
GetAsymmetricEncryptionInterface=bcryptprimitives.dll
|
||||
GetCipherInterface=bcryptprimitives.dll
|
||||
GetHashInterface=bcryptprimitives.dll
|
||||
GetKeyDerivationInterface=bcryptprimitives.dll
|
||||
GetRngInterface=bcryptprimitives.dll
|
||||
GetSecretAgreementInterface=bcryptprimitives.dll
|
||||
GetSignatureInterface=bcryptprimitives.dll
|
||||
ProcessPrng=bcryptprimitives.dll
|
||||
ProcessPrngGuid=bcryptprimitives.dll
|
||||
MSCryptConvertRsaPrivateBlobToFullRsaBlob=bcryptprimitives.dll
|
||||
|
|
|
@ -2708,3 +2708,15 @@ Windows.Win32.Graphics.Printing.PRINTER_HANDLE added
|
|||
Windows.Win32.Security.PSID : [NativeTypedef,RAIIFree(FreeSid)] => [NativeTypedef]
|
||||
# Correct `CountFieldName` on `DCompositionGetStatistics()`
|
||||
Windows.Win32.Graphics.DirectComposition.Apis.DCompositionGetStatistics : targetIds : [Optional,Out] => [NativeArrayInfo(CountFieldName=targetIdCount),Optional,Out]
|
||||
# Add additional BCrypt APIs
|
||||
Windows.Win32.Security.Cryptography.Apis.BCryptAddContextFunctionProvider added
|
||||
Windows.Win32.Security.Cryptography.Apis.BCryptRegisterProvider added
|
||||
Windows.Win32.Security.Cryptography.Apis.BCryptRemoveContextFunctionProvider added
|
||||
Windows.Win32.Security.Cryptography.Apis.BCryptUnregisterProvider added
|
||||
Windows.Win32.Security.Cryptography.Apis.GetAsymmetricEncryptionInterface added
|
||||
Windows.Win32.Security.Cryptography.Apis.GetCipherInterface added
|
||||
Windows.Win32.Security.Cryptography.Apis.GetHashInterface added
|
||||
Windows.Win32.Security.Cryptography.Apis.GetKeyDerivationInterface added
|
||||
Windows.Win32.Security.Cryptography.Apis.GetRngInterface added
|
||||
Windows.Win32.Security.Cryptography.Apis.GetSecretAgreementInterface added
|
||||
Windows.Win32.Security.Cryptography.Apis.GetSignatureInterface added
|
||||
|
|
Загрузка…
Ссылка в новой задаче