Searched refs:aes_hw_set_decrypt_key (Results 1 – 5 of 5) sorted by relevance
/external/boringssl/linux-arm/crypto/aes/ |
D | aesv8-armx32.S | 186 .globl aes_hw_set_decrypt_key symbol 187 .hidden aes_hw_set_decrypt_key 188 .type aes_hw_set_decrypt_key,%function 190 aes_hw_set_decrypt_key: label 223 .size aes_hw_set_decrypt_key,.-aes_hw_set_decrypt_key
|
/external/boringssl/linux-aarch64/crypto/aes/ |
D | aesv8-armx64.S | 183 .globl aes_hw_set_decrypt_key symbol 184 .hidden aes_hw_set_decrypt_key 185 .type aes_hw_set_decrypt_key,%function 187 aes_hw_set_decrypt_key: label 222 .size aes_hw_set_decrypt_key,.-aes_hw_set_decrypt_key
|
/external/boringssl/src/crypto/aes/ |
D | aes.c | 1071 int aes_hw_set_decrypt_key(const uint8_t *user_key, const int bits, 1086 static int aes_hw_set_decrypt_key(const uint8_t *user_key, int bits, AES_KEY *key) { in aes_hw_set_decrypt_key() function 1136 return aes_hw_set_decrypt_key(key, bits, aeskey); in AES_set_decrypt_key()
|
/external/boringssl/src/crypto/cipher/ |
D | e_aes.c | 205 int aes_hw_set_decrypt_key(const uint8_t *user_key, const int bits, 225 static int aes_hw_set_decrypt_key(const uint8_t *user_key, int bits, in aes_hw_set_decrypt_key() function 292 ret = aes_hw_set_decrypt_key(key, ctx->key_len * 8, &dat->ks.ks); in aes_init_key()
|
/external/boringssl/linux-ppc64le/crypto/aes/ |
D | aesp8-ppc.S | 286 .globl aes_hw_set_decrypt_key symbol 288 aes_hw_set_decrypt_key: label
|