Searched refs:aes_nohw_set_decrypt_key (Results 1 – 8 of 8) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/aes/ |
D | aes_test.cc | 219 CHECK_ABI(aes_nohw_set_decrypt_key, kKey, bits, &key); in TEST() 238 aes_nohw_set_decrypt_key(kKey, bits, &key); in TEST()
|
D | aes.c | 633 int aes_nohw_set_decrypt_key(const uint8_t *key, unsigned bits, in aes_nohw_set_decrypt_key() function 852 return aes_nohw_set_decrypt_key(key, bits, aeskey); in AES_set_decrypt_key()
|
D | internal.h | 206 int aes_nohw_set_decrypt_key(const uint8_t *key, unsigned bits,
|
/external/boringssl/linux-arm/crypto/fipsmodule/ |
D | aes-armv4.S | 740 .globl aes_nohw_set_decrypt_key symbol 741 .hidden aes_nohw_set_decrypt_key 742 .type aes_nohw_set_decrypt_key,%function 744 aes_nohw_set_decrypt_key: label 754 .size aes_nohw_set_decrypt_key,.-aes_nohw_set_decrypt_key
|
/external/boringssl/linux-x86_64/crypto/fipsmodule/ |
D | aes-x86_64.S | 1178 .globl aes_nohw_set_decrypt_key symbol 1179 .hidden aes_nohw_set_decrypt_key 1180 .type aes_nohw_set_decrypt_key,@function 1181 aes_nohw_set_decrypt_key: label 1386 .size aes_nohw_set_decrypt_key,.-aes_nohw_set_decrypt_key
|
/external/boringssl/src/crypto/fipsmodule/cipher/ |
D | e_aes.c | 113 ret = aes_nohw_set_decrypt_key(key, ctx->key_len * 8, &dat->ks.ks); in aes_init_key() 122 ret = aes_nohw_set_decrypt_key(key, ctx->key_len * 8, &dat->ks.ks); in aes_init_key()
|
/external/boringssl/linux-x86/crypto/fipsmodule/ |
D | aes-586.S | 3024 .globl aes_nohw_set_decrypt_key symbol 3025 .hidden aes_nohw_set_decrypt_key 3026 .type aes_nohw_set_decrypt_key,@function 3028 aes_nohw_set_decrypt_key: label 3258 .size aes_nohw_set_decrypt_key,.-.L_aes_nohw_set_decrypt_key_begin
|
/external/boringssl/win-x86_64/crypto/fipsmodule/ |
D | aes-x86_64.asm | 1201 global aes_nohw_set_decrypt_key 1203 aes_nohw_set_decrypt_key: label
|