Home
last modified time | relevance | path

Searched refs:aes_hw_set_decrypt_key (Results 1 – 5 of 5) sorted by relevance

/external/boringssl/linux-arm/crypto/aes/
Daesv8-armx32.S186 .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/
Daesv8-armx64.S183 .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/
Daes.c1071 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/
De_aes.c205 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/
Daesp8-ppc.S286 .globl aes_hw_set_decrypt_key symbol
288 aes_hw_set_decrypt_key: label