forked from intel/isa-l_crypto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
isa-l_crypto.def
80 lines (79 loc) · 3.19 KB
/
isa-l_crypto.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
LIBRARY isa-l_crypto
VERSION 2.23
EXPORTS
sha1_ctx_mgr_init @1
sha1_ctx_mgr_submit @2
sha1_ctx_mgr_flush @3
sha256_ctx_mgr_init @4
sha256_ctx_mgr_submit @5
sha256_ctx_mgr_flush @6
sha512_ctx_mgr_init @7
sha512_ctx_mgr_submit @8
sha512_ctx_mgr_flush @9
md5_ctx_mgr_init @10
md5_ctx_mgr_submit @11
md5_ctx_mgr_flush @12
mh_sha1_init @13
mh_sha1_update @14
mh_sha1_finalize @15
mh_sha1_finalize_base @16
mh_sha1_update_base @17
mh_sha1_murmur3_x64_128_init @18
mh_sha1_murmur3_x64_128_finalize_base @19
mh_sha1_murmur3_x64_128_update_base @20
mh_sha1_murmur3_x64_128_update @21
mh_sha1_murmur3_x64_128_finalize @22
aes_keyexp_128 @23
aes_keyexp_192 @24
aes_keyexp_256 @25
aes_cbc_enc_128 @26
aes_cbc_dec_128 @27
aes_cbc_enc_192 @28
aes_cbc_dec_192 @29
aes_cbc_enc_256 @30
aes_cbc_dec_256 @31
aes_cbc_precomp @32
XTS_AES_128_enc @33
XTS_AES_128_enc_expanded_key @34
XTS_AES_128_dec @35
XTS_AES_128_dec_expanded_key @36
XTS_AES_256_enc @37
XTS_AES_256_enc_expanded_key @38
XTS_AES_256_dec @39
XTS_AES_256_dec_expanded_key @40
mh_sha256_init @41
mh_sha256_update @42
mh_sha256_finalize @43
mh_sha256_finalize_base @44
mh_sha256_update_base @45
rolling_hashx_mask_gen @46
rolling_hash2_run @47
rolling_hash2_reset @48
rolling_hash2_init @49
aes_gcm_pre_128 @50
aes_gcm_enc_128 @51
aes_gcm_dec_128 @52
aes_gcm_init_128 @53
aes_gcm_enc_128_update @54
aes_gcm_dec_128_update @55
aes_gcm_enc_128_finalize @56
aes_gcm_dec_128_finalize @57
aes_gcm_pre_256 @58
aes_gcm_enc_256 @59
aes_gcm_dec_256 @60
aes_gcm_init_256 @61
aes_gcm_enc_256_update @62
aes_gcm_dec_256_update @63
aes_gcm_enc_256_finalize @64
aes_gcm_dec_256_finalize @65
aes_gcm_enc_128_nt @66
aes_gcm_dec_128_nt @67
aes_gcm_enc_128_update_nt @68
aes_gcm_dec_128_update_nt @69
aes_gcm_enc_256_nt @70
aes_gcm_dec_256_nt @71
aes_gcm_enc_256_update_nt @72
aes_gcm_dec_256_update_nt @73
sm3_ctx_mgr_init @74
sm3_ctx_mgr_submit @75
sm3_ctx_mgr_flush @76