-
Notifications
You must be signed in to change notification settings - Fork 80
/
isa-l_crypto.def
152 lines (151 loc) · 6.26 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
LIBRARY isa-l_crypto
VERSION 2.25
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
isal_aes_keyexp_128 @77
isal_aes_keyexp_192 @78
isal_aes_keyexp_256 @79
isal_mh_sha1_init @80
isal_mh_sha1_update @81
isal_mh_sha1_finalize @82
isal_mh_sha256_init @83
isal_mh_sha256_update @84
isal_mh_sha256_finalize @85
isal_md5_ctx_mgr_init @86
isal_md5_ctx_mgr_submit @87
isal_md5_ctx_mgr_flush @88
isal_sha1_ctx_mgr_init @89
isal_sha1_ctx_mgr_submit @90
isal_sha1_ctx_mgr_flush @91
isal_aes_cbc_enc_128 @92
isal_aes_cbc_dec_128 @93
isal_aes_cbc_enc_192 @94
isal_aes_cbc_dec_192 @95
isal_aes_cbc_enc_256 @96
isal_aes_cbc_dec_256 @97
isal_aes_xts_enc_128 @98
isal_aes_xts_enc_128_expanded_key @99
isal_aes_xts_dec_128 @100
isal_aes_xts_dec_128_expanded_key @101
isal_aes_xts_enc_256 @102
isal_aes_xts_enc_256_expanded_key @103
isal_aes_xts_dec_256 @104
isal_aes_xts_dec_256_expanded_key @105
isal_sha256_ctx_mgr_init @106
isal_sha256_ctx_mgr_submit @107
isal_sha256_ctx_mgr_flush @108
isal_sha512_ctx_mgr_init @109
isal_sha512_ctx_mgr_submit @110
isal_sha512_ctx_mgr_flush @111
isal_aes_gcm_pre_128 @112
isal_aes_gcm_enc_128 @113
isal_aes_gcm_dec_128 @114
isal_aes_gcm_init_128 @115
isal_aes_gcm_enc_128_update @116
isal_aes_gcm_dec_128_update @117
isal_aes_gcm_dec_128_finalize @118
isal_aes_gcm_enc_128_finalize @119
isal_aes_gcm_pre_256 @120
isal_aes_gcm_enc_256 @121
isal_aes_gcm_dec_256 @122
isal_aes_gcm_init_256 @123
isal_aes_gcm_enc_256_update @124
isal_aes_gcm_dec_256_update @125
isal_aes_gcm_enc_256_finalize @126
isal_aes_gcm_dec_256_finalize @127
isal_aes_gcm_enc_128_nt @128
isal_aes_gcm_dec_128_nt @129
isal_aes_gcm_enc_128_update_nt @130
isal_aes_gcm_dec_128_update_nt @131
isal_aes_gcm_enc_256_nt @132
isal_aes_gcm_dec_256_nt @133
isal_aes_gcm_enc_256_update_nt @134
isal_aes_gcm_dec_256_update_nt @135
isal_self_tests @136
isal_mh_sha1_murmur3_x64_128_init @137
isal_mh_sha1_murmur3_x64_128_update @138
isal_mh_sha1_murmur3_x64_128_finalize @139
isal_sm3_ctx_mgr_init @140
isal_sm3_ctx_mgr_submit @141
isal_sm3_ctx_mgr_flush @142
isal_rolling_hashx_mask_gen @143
isal_rolling_hash2_run @144
isal_rolling_hash2_reset @145
isal_rolling_hash2_init @146
isal_crypto_get_version @147
isal_crypto_get_version_str @148