Searched refs:aes_hw_decrypt (Results 1 – 10 of 10) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/aes/ |
D | internal.h | 84 void aes_hw_decrypt(const uint8_t *in, uint8_t *out, const AES_KEY *key); 111 OPENSSL_INLINE void aes_hw_decrypt(const uint8_t *in, uint8_t *out, in aes_hw_decrypt() function
|
D | aes.c | 828 aes_hw_decrypt(in, out, key); in AES_decrypt()
|
D | aes_test.cc | 366 CHECK_ABI(aes_hw_decrypt, block, block, &key); in TEST()
|
/external/boringssl/linux-ppc64le/crypto/fipsmodule/ |
D | aesp8-ppc.S | 420 .globl aes_hw_decrypt symbol 421 .type aes_hw_decrypt,@function 423 aes_hw_decrypt: label 424 .localentry aes_hw_decrypt,0 489 .size aes_hw_decrypt,.-aes_hw_decrypt
|
/external/boringssl/linux-aarch64/crypto/fipsmodule/ |
D | aesv8-armx64.S | 269 .globl aes_hw_decrypt symbol 270 .hidden aes_hw_decrypt 271 .type aes_hw_decrypt,%function 273 aes_hw_decrypt: label 298 .size aes_hw_decrypt,.-aes_hw_decrypt
|
/external/boringssl/linux-x86_64/crypto/fipsmodule/ |
D | aesni-x86_64.S | 49 .globl aes_hw_decrypt symbol 50 .hidden aes_hw_decrypt 51 .type aes_hw_decrypt,@function 53 aes_hw_decrypt: label 74 .size aes_hw_decrypt, .-aes_hw_decrypt
|
/external/boringssl/linux-x86/crypto/fipsmodule/ |
D | aesni-x86.S | 51 .globl aes_hw_decrypt symbol 52 .hidden aes_hw_decrypt 53 .type aes_hw_decrypt,@function 55 aes_hw_decrypt: label 78 .size aes_hw_decrypt,.-.L_aes_hw_decrypt_begin
|
/external/boringssl/linux-ppc64le/crypto/aes/ |
D | aesp8-ppc.S | 400 .globl aes_hw_decrypt symbol 402 aes_hw_decrypt: label
|
/external/boringssl/src/crypto/fipsmodule/cipher/ |
D | e_aes.c | 149 dat->block = aes_hw_decrypt; in aes_init_key()
|
/external/boringssl/win-x86_64/crypto/fipsmodule/ |
D | aesni-x86_64.asm | 45 global aes_hw_decrypt 48 aes_hw_decrypt: label
|