This commit is contained in:
Rafael Rivera 2024-09-13 13:06:56 -07:00 коммит произвёл GitHub
Родитель c6163c7e1d
Коммит 527806d20d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 26 добавлений и 0 удалений

Просмотреть файл

@ -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