Home
last modified time | relevance | path

Searched refs:key_len (Results 51 – 75 of 12558) sorted by relevance

12345678910>>...503

/dports/www/h2o-devel/h2o-dcc7134/deps/libyrmcds/
H A Dsend_text.c32 check_key(const char* key, size_t key_len) { in check_key() argument
33 if( key_len > MAX_KEY_LENGTH ) in check_key()
37 for( i = 0; i < key_len; i++ ) { in check_key()
134 const char* key, size_t key_len, in send_data() argument
142 ret = check_key(key, key_len); in send_data()
181 textbuf_append_string(buf, key, key_len); in send_data()
257 ret = check_key(key, key_len); in yrmcds_text_get()
275 ret = check_key(key, key_len); in yrmcds_text_touch()
333 ret = check_key(key, key_len); in yrmcds_text_incr()
353 ret = check_key(key, key_len); in yrmcds_text_decr()
[all …]
/dports/net/hostapd-devel/hostap-14ab4a816/src/crypto/
H A Daes-siv.c64 static int aes_s2v(const u8 *key, size_t key_len, in aes_s2v() argument
119 int aes_siv_encrypt(const u8 *key, size_t key_len, in aes_siv_encrypt() argument
132 (key_len != 32 && key_len != 48 && key_len != 64)) in aes_siv_encrypt()
135 key_len /= 2; in aes_siv_encrypt()
137 k2 = key + key_len; in aes_siv_encrypt()
146 if (aes_s2v(k1, key_len, num_elem + 1, _addr, _len, v)) in aes_siv_encrypt()
162 int aes_siv_decrypt(const u8 *key, size_t key_len, in aes_siv_decrypt() argument
177 (key_len != 32 && key_len != 48 && key_len != 64)) in aes_siv_decrypt()
180 key_len /= 2; in aes_siv_decrypt()
182 k2 = key + key_len; in aes_siv_decrypt()
[all …]
/dports/net/hostapd/hostapd-2.9/src/crypto/
H A Daes-siv.c64 static int aes_s2v(const u8 *key, size_t key_len, in aes_s2v() argument
119 int aes_siv_encrypt(const u8 *key, size_t key_len, in aes_siv_encrypt() argument
132 (key_len != 32 && key_len != 48 && key_len != 64)) in aes_siv_encrypt()
135 key_len /= 2; in aes_siv_encrypt()
137 k2 = key + key_len; in aes_siv_encrypt()
146 if (aes_s2v(k1, key_len, num_elem + 1, _addr, _len, v)) in aes_siv_encrypt()
162 int aes_siv_decrypt(const u8 *key, size_t key_len, in aes_siv_decrypt() argument
177 (key_len != 32 && key_len != 48 && key_len != 64)) in aes_siv_decrypt()
180 key_len /= 2; in aes_siv_decrypt()
182 k2 = key + key_len; in aes_siv_decrypt()
[all …]
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/src/crypto/
H A Daes-siv.c64 static int aes_s2v(const u8 *key, size_t key_len, in aes_s2v() argument
119 int aes_siv_encrypt(const u8 *key, size_t key_len, in aes_siv_encrypt() argument
132 (key_len != 32 && key_len != 48 && key_len != 64)) in aes_siv_encrypt()
135 key_len /= 2; in aes_siv_encrypt()
137 k2 = key + key_len; in aes_siv_encrypt()
146 if (aes_s2v(k1, key_len, num_elem + 1, _addr, _len, v)) in aes_siv_encrypt()
162 int aes_siv_decrypt(const u8 *key, size_t key_len, in aes_siv_decrypt() argument
177 (key_len != 32 && key_len != 48 && key_len != 64)) in aes_siv_decrypt()
180 key_len /= 2; in aes_siv_decrypt()
182 k2 = key + key_len; in aes_siv_decrypt()
[all …]
/dports/security/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Daes-siv.c64 static int aes_s2v(const u8 *key, size_t key_len, in aes_s2v() argument
119 int aes_siv_encrypt(const u8 *key, size_t key_len, in aes_siv_encrypt() argument
132 (key_len != 32 && key_len != 48 && key_len != 64)) in aes_siv_encrypt()
135 key_len /= 2; in aes_siv_encrypt()
137 k2 = key + key_len; in aes_siv_encrypt()
146 if (aes_s2v(k1, key_len, num_elem + 1, _addr, _len, v)) in aes_siv_encrypt()
162 int aes_siv_decrypt(const u8 *key, size_t key_len, in aes_siv_decrypt() argument
177 (key_len != 32 && key_len != 48 && key_len != 64)) in aes_siv_decrypt()
180 key_len /= 2; in aes_siv_decrypt()
182 k2 = key + key_len; in aes_siv_decrypt()
[all …]
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/src/crypto/
H A Daes-siv.c64 static int aes_s2v(const u8 *key, size_t key_len, in aes_s2v() argument
119 int aes_siv_encrypt(const u8 *key, size_t key_len, in aes_siv_encrypt() argument
132 (key_len != 32 && key_len != 48 && key_len != 64)) in aes_siv_encrypt()
135 key_len /= 2; in aes_siv_encrypt()
137 k2 = key + key_len; in aes_siv_encrypt()
146 if (aes_s2v(k1, key_len, num_elem + 1, _addr, _len, v)) in aes_siv_encrypt()
162 int aes_siv_decrypt(const u8 *key, size_t key_len, in aes_siv_decrypt() argument
177 (key_len != 32 && key_len != 48 && key_len != 64)) in aes_siv_decrypt()
180 key_len /= 2; in aes_siv_decrypt()
182 k2 = key + key_len; in aes_siv_decrypt()
[all …]
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/test/lib/
H A Dtest_aes.c21 int key_len; member
48 aes_encrypt(key_len, nocipher, key_exp, ciphered); in lib_test_aes_one_block()
49 aes_decrypt(key_len, ciphered, key_exp, uncipher); in lib_test_aes_one_block()
55 aes_decrypt(key_len, ciphered, key_exp, uncipher); in lib_test_aes_one_block()
66 aes_cbc_encrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
68 aes_cbc_decrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
75 aes_cbc_decrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
91 key = malloc(key_len); in _lib_test_aes_run()
105 rand_buf(key, key_len); in _lib_test_aes_run()
112 aes_expand_key(key, key_len, key_exp); in _lib_test_aes_run()
[all …]
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/test/lib/
H A Dtest_aes.c21 int key_len; member
48 aes_encrypt(key_len, nocipher, key_exp, ciphered); in lib_test_aes_one_block()
49 aes_decrypt(key_len, ciphered, key_exp, uncipher); in lib_test_aes_one_block()
55 aes_decrypt(key_len, ciphered, key_exp, uncipher); in lib_test_aes_one_block()
66 aes_cbc_encrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
68 aes_cbc_decrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
75 aes_cbc_decrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
91 key = malloc(key_len); in _lib_test_aes_run()
105 rand_buf(key, key_len); in _lib_test_aes_run()
112 aes_expand_key(key, key_len, key_exp); in _lib_test_aes_run()
[all …]
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/test/lib/
H A Dtest_aes.c21 int key_len; member
48 aes_encrypt(key_len, nocipher, key_exp, ciphered); in lib_test_aes_one_block()
49 aes_decrypt(key_len, ciphered, key_exp, uncipher); in lib_test_aes_one_block()
55 aes_decrypt(key_len, ciphered, key_exp, uncipher); in lib_test_aes_one_block()
66 aes_cbc_encrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
68 aes_cbc_decrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
75 aes_cbc_decrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
91 key = malloc(key_len); in _lib_test_aes_run()
105 rand_buf(key, key_len); in _lib_test_aes_run()
112 aes_expand_key(key, key_len, key_exp); in _lib_test_aes_run()
[all …]
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/test/lib/
H A Dtest_aes.c21 int key_len; member
48 aes_encrypt(key_len, nocipher, key_exp, ciphered); in lib_test_aes_one_block()
49 aes_decrypt(key_len, ciphered, key_exp, uncipher); in lib_test_aes_one_block()
55 aes_decrypt(key_len, ciphered, key_exp, uncipher); in lib_test_aes_one_block()
66 aes_cbc_encrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
68 aes_cbc_decrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
75 aes_cbc_decrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
91 key = malloc(key_len); in _lib_test_aes_run()
105 rand_buf(key, key_len); in _lib_test_aes_run()
112 aes_expand_key(key, key_len, key_exp); in _lib_test_aes_run()
[all …]
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/test/lib/
H A Dtest_aes.c21 int key_len; member
48 aes_encrypt(key_len, nocipher, key_exp, ciphered); in lib_test_aes_one_block()
49 aes_decrypt(key_len, ciphered, key_exp, uncipher); in lib_test_aes_one_block()
55 aes_decrypt(key_len, ciphered, key_exp, uncipher); in lib_test_aes_one_block()
66 aes_cbc_encrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
68 aes_cbc_decrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
75 aes_cbc_decrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
91 key = malloc(key_len); in _lib_test_aes_run()
105 rand_buf(key, key_len); in _lib_test_aes_run()
112 aes_expand_key(key, key_len, key_exp); in _lib_test_aes_run()
[all …]
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/test/lib/
H A Dtest_aes.c21 int key_len; member
48 aes_encrypt(key_len, nocipher, key_exp, ciphered); in lib_test_aes_one_block()
49 aes_decrypt(key_len, ciphered, key_exp, uncipher); in lib_test_aes_one_block()
55 aes_decrypt(key_len, ciphered, key_exp, uncipher); in lib_test_aes_one_block()
66 aes_cbc_encrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
68 aes_cbc_decrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
75 aes_cbc_decrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
91 key = malloc(key_len); in _lib_test_aes_run()
105 rand_buf(key, key_len); in _lib_test_aes_run()
112 aes_expand_key(key, key_len, key_exp); in _lib_test_aes_run()
[all …]
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/test/lib/
H A Dtest_aes.c21 int key_len; member
48 aes_encrypt(key_len, nocipher, key_exp, ciphered); in lib_test_aes_one_block()
49 aes_decrypt(key_len, ciphered, key_exp, uncipher); in lib_test_aes_one_block()
55 aes_decrypt(key_len, ciphered, key_exp, uncipher); in lib_test_aes_one_block()
66 aes_cbc_encrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
68 aes_cbc_decrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
75 aes_cbc_decrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
91 key = malloc(key_len); in _lib_test_aes_run()
105 rand_buf(key, key_len); in _lib_test_aes_run()
112 aes_expand_key(key, key_len, key_exp); in _lib_test_aes_run()
[all …]
/dports/sysutils/u-boot-rpi/u-boot-2021.07/test/lib/
H A Dtest_aes.c21 int key_len; member
48 aes_encrypt(key_len, nocipher, key_exp, ciphered); in lib_test_aes_one_block()
49 aes_decrypt(key_len, ciphered, key_exp, uncipher); in lib_test_aes_one_block()
55 aes_decrypt(key_len, ciphered, key_exp, uncipher); in lib_test_aes_one_block()
66 aes_cbc_encrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
68 aes_cbc_decrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
75 aes_cbc_decrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
91 key = malloc(key_len); in _lib_test_aes_run()
105 rand_buf(key, key_len); in _lib_test_aes_run()
112 aes_expand_key(key, key_len, key_exp); in _lib_test_aes_run()
[all …]
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/test/lib/
H A Dtest_aes.c21 int key_len; member
48 aes_encrypt(key_len, nocipher, key_exp, ciphered); in lib_test_aes_one_block()
49 aes_decrypt(key_len, ciphered, key_exp, uncipher); in lib_test_aes_one_block()
55 aes_decrypt(key_len, ciphered, key_exp, uncipher); in lib_test_aes_one_block()
66 aes_cbc_encrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
68 aes_cbc_decrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
75 aes_cbc_decrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
91 key = malloc(key_len); in _lib_test_aes_run()
105 rand_buf(key, key_len); in _lib_test_aes_run()
112 aes_expand_key(key, key_len, key_exp); in _lib_test_aes_run()
[all …]
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/test/lib/
H A Dtest_aes.c21 int key_len; member
48 aes_encrypt(key_len, nocipher, key_exp, ciphered); in lib_test_aes_one_block()
49 aes_decrypt(key_len, ciphered, key_exp, uncipher); in lib_test_aes_one_block()
55 aes_decrypt(key_len, ciphered, key_exp, uncipher); in lib_test_aes_one_block()
66 aes_cbc_encrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
68 aes_cbc_decrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
75 aes_cbc_decrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
91 key = malloc(key_len); in _lib_test_aes_run()
105 rand_buf(key, key_len); in _lib_test_aes_run()
112 aes_expand_key(key, key_len, key_exp); in _lib_test_aes_run()
[all …]
/dports/sysutils/u-boot-chip/u-boot-2021.07/test/lib/
H A Dtest_aes.c21 int key_len; member
48 aes_encrypt(key_len, nocipher, key_exp, ciphered); in lib_test_aes_one_block()
49 aes_decrypt(key_len, ciphered, key_exp, uncipher); in lib_test_aes_one_block()
55 aes_decrypt(key_len, ciphered, key_exp, uncipher); in lib_test_aes_one_block()
66 aes_cbc_encrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
68 aes_cbc_decrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
75 aes_cbc_decrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
91 key = malloc(key_len); in _lib_test_aes_run()
105 rand_buf(key, key_len); in _lib_test_aes_run()
112 aes_expand_key(key, key_len, key_exp); in _lib_test_aes_run()
[all …]
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/test/lib/
H A Dtest_aes.c21 int key_len; member
48 aes_encrypt(key_len, nocipher, key_exp, ciphered); in lib_test_aes_one_block()
49 aes_decrypt(key_len, ciphered, key_exp, uncipher); in lib_test_aes_one_block()
55 aes_decrypt(key_len, ciphered, key_exp, uncipher); in lib_test_aes_one_block()
66 aes_cbc_encrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
68 aes_cbc_decrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
75 aes_cbc_decrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
91 key = malloc(key_len); in _lib_test_aes_run()
105 rand_buf(key, key_len); in _lib_test_aes_run()
112 aes_expand_key(key, key_len, key_exp); in _lib_test_aes_run()
[all …]
/dports/sysutils/u-boot-clearfog/u-boot-2021.07/test/lib/
H A Dtest_aes.c21 int key_len; member
48 aes_encrypt(key_len, nocipher, key_exp, ciphered); in lib_test_aes_one_block()
49 aes_decrypt(key_len, ciphered, key_exp, uncipher); in lib_test_aes_one_block()
55 aes_decrypt(key_len, ciphered, key_exp, uncipher); in lib_test_aes_one_block()
66 aes_cbc_encrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
68 aes_cbc_decrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
75 aes_cbc_decrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
91 key = malloc(key_len); in _lib_test_aes_run()
105 rand_buf(key, key_len); in _lib_test_aes_run()
112 aes_expand_key(key, key_len, key_exp); in _lib_test_aes_run()
[all …]
/dports/sysutils/u-boot-orangepi-zero-plus/u-boot-2021.07/test/lib/
H A Dtest_aes.c21 int key_len; member
48 aes_encrypt(key_len, nocipher, key_exp, ciphered); in lib_test_aes_one_block()
49 aes_decrypt(key_len, ciphered, key_exp, uncipher); in lib_test_aes_one_block()
55 aes_decrypt(key_len, ciphered, key_exp, uncipher); in lib_test_aes_one_block()
66 aes_cbc_encrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
68 aes_cbc_decrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
75 aes_cbc_decrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
91 key = malloc(key_len); in _lib_test_aes_run()
105 rand_buf(key, key_len); in _lib_test_aes_run()
112 aes_expand_key(key, key_len, key_exp); in _lib_test_aes_run()
[all …]
/dports/sysutils/u-boot-orangepi-plus-2e/u-boot-2021.07/test/lib/
H A Dtest_aes.c21 int key_len; member
48 aes_encrypt(key_len, nocipher, key_exp, ciphered); in lib_test_aes_one_block()
49 aes_decrypt(key_len, ciphered, key_exp, uncipher); in lib_test_aes_one_block()
55 aes_decrypt(key_len, ciphered, key_exp, uncipher); in lib_test_aes_one_block()
66 aes_cbc_encrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
68 aes_cbc_decrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
75 aes_cbc_decrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
91 key = malloc(key_len); in _lib_test_aes_run()
105 rand_buf(key, key_len); in _lib_test_aes_run()
112 aes_expand_key(key, key_len, key_exp); in _lib_test_aes_run()
[all …]
/dports/sysutils/u-boot-orangepi-r1/u-boot-2021.07/test/lib/
H A Dtest_aes.c21 int key_len; member
48 aes_encrypt(key_len, nocipher, key_exp, ciphered); in lib_test_aes_one_block()
49 aes_decrypt(key_len, ciphered, key_exp, uncipher); in lib_test_aes_one_block()
55 aes_decrypt(key_len, ciphered, key_exp, uncipher); in lib_test_aes_one_block()
66 aes_cbc_encrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
68 aes_cbc_decrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
75 aes_cbc_decrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
91 key = malloc(key_len); in _lib_test_aes_run()
105 rand_buf(key, key_len); in _lib_test_aes_run()
112 aes_expand_key(key, key_len, key_exp); in _lib_test_aes_run()
[all …]
/dports/sysutils/u-boot-orangepi-zero/u-boot-2021.07/test/lib/
H A Dtest_aes.c21 int key_len; member
48 aes_encrypt(key_len, nocipher, key_exp, ciphered); in lib_test_aes_one_block()
49 aes_decrypt(key_len, ciphered, key_exp, uncipher); in lib_test_aes_one_block()
55 aes_decrypt(key_len, ciphered, key_exp, uncipher); in lib_test_aes_one_block()
66 aes_cbc_encrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
68 aes_cbc_decrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
75 aes_cbc_decrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
91 key = malloc(key_len); in _lib_test_aes_run()
105 rand_buf(key, key_len); in _lib_test_aes_run()
112 aes_expand_key(key, key_len, key_exp); in _lib_test_aes_run()
[all …]
/dports/sysutils/u-boot-pandaboard/u-boot-2021.07/test/lib/
H A Dtest_aes.c21 int key_len; member
48 aes_encrypt(key_len, nocipher, key_exp, ciphered); in lib_test_aes_one_block()
49 aes_decrypt(key_len, ciphered, key_exp, uncipher); in lib_test_aes_one_block()
55 aes_decrypt(key_len, ciphered, key_exp, uncipher); in lib_test_aes_one_block()
66 aes_cbc_encrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
68 aes_cbc_decrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
75 aes_cbc_decrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
91 key = malloc(key_len); in _lib_test_aes_run()
105 rand_buf(key, key_len); in _lib_test_aes_run()
112 aes_expand_key(key, key_len, key_exp); in _lib_test_aes_run()
[all …]
/dports/sysutils/u-boot-pine-h64/u-boot-2021.07/test/lib/
H A Dtest_aes.c21 int key_len; member
48 aes_encrypt(key_len, nocipher, key_exp, ciphered); in lib_test_aes_one_block()
49 aes_decrypt(key_len, ciphered, key_exp, uncipher); in lib_test_aes_one_block()
55 aes_decrypt(key_len, ciphered, key_exp, uncipher); in lib_test_aes_one_block()
66 aes_cbc_encrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
68 aes_cbc_decrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
75 aes_cbc_decrypt_blocks(key_len, key_exp, iv, in lib_test_aes_cbc_chain()
91 key = malloc(key_len); in _lib_test_aes_run()
105 rand_buf(key, key_len); in _lib_test_aes_run()
112 aes_expand_key(key, key_len, key_exp); in _lib_test_aes_run()
[all …]

12345678910>>...503