-
Notifications
You must be signed in to change notification settings - Fork 4
/
1.def
60 lines (60 loc) · 1.84 KB
/
1.def
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
LIBRARY bcrypt
EXPORTS
BCryptAddContextFunction @1
BCryptAddContextFunctionProvider @2
BCryptCloseAlgorithmProvider @3
BCryptConfigureContext @4
BCryptConfigureContextFunction @5
BCryptCreateContext @6
BCryptCreateHash @7
BCryptCreateMultiHash @8
BCryptDecrypt @9
BCryptDeleteContext @10
BCryptDeriveKey @11
BCryptDeriveKeyCapi @12
BCryptDeriveKeyPBKDF2 @13
BCryptDestroyHash @14
BCryptDestroyKey @15
BCryptDestroySecret @16
BCryptDuplicateHash @17
BCryptDuplicateKey @18
BCryptEncrypt @19
BCryptEnumAlgorithms @20
BCryptEnumContextFunctionProviders @21
BCryptEnumContextFunctions @22
BCryptEnumContexts @23
BCryptEnumProviders @24
BCryptEnumRegisteredProviders @25
BCryptExportKey @26
BCryptFinalizeKeyPair @27
BCryptFinishHash @28
BCryptFreeBuffer @29
BCryptGenRandom @30
BCryptGenerateKeyPair @31
BCryptGenerateSymmetricKey @32
BCryptGetFipsAlgorithmMode @33
BCryptGetProperty @34
BCryptHash @35
BCryptHashData @36
BCryptImportKey @37
BCryptImportKeyPair @38
BCryptKeyDerivation @39
BCryptOpenAlgorithmProvider @40
BCryptProcessMultiOperations @41
BCryptQueryContextConfiguration @42
BCryptQueryContextFunctionConfiguration @43
BCryptQueryContextFunctionProperty @44
BCryptQueryProviderRegistration @45
BCryptRegisterConfigChangeNotify @46
BCryptRegisterProvider @47
BCryptRemoveContextFunction @48
BCryptRemoveContextFunctionProvider @49
BCryptResolveProviders @50
BCryptSecretAgreement @51
BCryptSetAuditingInterface @52
BCryptSetContextFunctionProperty @53
BCryptSetProperty @54
BCryptSignHash @55
BCryptUnregisterConfigChangeNotify @56
BCryptUnregisterProvider @57
BCryptVerifySignature @58