bcrypt.spec 2.01 KB
Newer Older
1 2
@ stub BCryptAddContextFunction
@ stub BCryptAddContextFunctionProvider
3
@ stdcall BCryptCloseAlgorithmProvider(ptr long)
4 5 6
@ stub BCryptConfigureContext
@ stub BCryptConfigureContextFunction
@ stub BCryptCreateContext
7
@ stdcall BCryptCreateHash(ptr ptr ptr long ptr long long)
8 9 10
@ stub BCryptDecrypt
@ stub BCryptDeleteContext
@ stub BCryptDeriveKey
11
@ stdcall BCryptDestroyHash(ptr)
12 13
@ stub BCryptDestroyKey
@ stub BCryptDestroySecret
14
@ stdcall BCryptDuplicateHash(ptr ptr ptr long long)
15 16
@ stub BCryptDuplicateKey
@ stub BCryptEncrypt
17
@ stdcall BCryptEnumAlgorithms(long ptr ptr long)
18 19 20 21 22 23 24
@ stub BCryptEnumContextFunctionProviders
@ stub BCryptEnumContextFunctions
@ stub BCryptEnumContexts
@ stub BCryptEnumProviders
@ stub BCryptEnumRegisteredProviders
@ stub BCryptExportKey
@ stub BCryptFinalizeKeyPair
25
@ stdcall BCryptFinishHash(ptr ptr long long)
26
@ stub BCryptFreeBuffer
27
@ stdcall BCryptGenRandom(ptr ptr long long)
28 29
@ stub BCryptGenerateKeyPair
@ stub BCryptGenerateSymmetricKey
30
@ stdcall BCryptGetFipsAlgorithmMode(ptr)
31
@ stdcall BCryptGetProperty(ptr wstr ptr long ptr long)
32
@ stdcall BCryptHash(ptr ptr long ptr long ptr long)
33
@ stdcall BCryptHashData(ptr ptr long long)
34 35
@ stub BCryptImportKey
@ stub BCryptImportKeyPair
36
@ stdcall BCryptOpenAlgorithmProvider(ptr wstr wstr long)
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
@ stub BCryptQueryContextConfiguration
@ stub BCryptQueryContextFunctionConfiguration
@ stub BCryptQueryContextFunctionProperty
@ stub BCryptQueryProviderRegistration
@ stub BCryptRegisterConfigChangeNotify
@ stub BCryptRegisterProvider
@ stub BCryptRemoveContextFunction
@ stub BCryptRemoveContextFunctionProvider
@ stub BCryptResolveProviders
@ stub BCryptSecretAgreement
@ stub BCryptSetAuditingInterface
@ stub BCryptSetContextFunctionProperty
@ stub BCryptSetProperty
@ stub BCryptSignHash
@ stub BCryptUnregisterConfigChangeNotify
@ stub BCryptUnregisterProvider
@ stub BCryptVerifySignature
@ stub GetAsymmetricEncryptionInterface
@ stub GetCipherInterface
@ stub GetHashInterface
@ stub GetRngInterface
@ stub GetSecretAgreementInterface
@ stub GetSignatureInterface