-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsoftsdf.lds
51 lines (51 loc) · 1.18 KB
/
softsdf.lds
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
{
global:
SDF_OpenDevice;
SDF_CloseDevice;
SDF_OpenSession;
SDF_CloseSession;
SDF_GetDeviceInfo;
SDF_GenerateRandom;
SDF_GetPrivateKeyAccessRight;
SDF_ReleasePrivateKeyAccessRight;
SDF_ExportSignPublicKey_RSA;
SDF_ExportEncPublicKey_RSA;
SDF_GenerateKeyPair_RSA;
SDF_GenerateKeyWithIPK_RSA;
SDF_GenerateKeyWithEPK_RSA;
SDF_ImportKeyWithISK_RSA;
SDF_ExchangeDigitEnvelopeBaseOnRSA;
SDF_ExportSignPublicKey_ECC;
SDF_ExportEncPublicKey_ECC;
SDF_GenerateKeyPair_ECC;
SDF_GenerateKeyWithIPK_ECC;
SDF_GenerateKeyWithEPK_ECC;
SDF_ImportKeyWithISK_ECC;
SDF_GenerateAgreementDataWithECC;
SDF_GenerateKeyWithECC;
SDF_GenerateAgreementDataAndKeyWithECC;
SDF_ExchangeDigitEnvelopeBaseOnECC;
SDF_GenerateKeyWithKEK;
SDF_ImportKeyWithKEK;
SDF_DestroyKey;
SDF_ExternalPublicKeyOperation_RSA;
SDF_InternalPublicKeyOperation_RSA;
SDF_InternalPrivateKeyOperation_RSA;
SDF_ExternalVerify_ECC;
SDF_InternalSign_ECC;
SDF_InternalVerify_ECC;
SDF_ExternalEncrypt_ECC;
SDF_InternalEncrypt_ECC;
SDF_InternalDecrypt_ECC;
SDF_Encrypt;
SDF_Decrypt;
SDF_CalculateMAC;
SDF_HashInit;
SDF_HashUpdate;
SDF_HashFinal;
SDF_CreateFile;
SDF_ReadFile;
SDF_WriteFile;
SDF_DeleteFile;
local: *;
};