Searched refs:aes_hw_encrypt (Results 1 – 10 of 10) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/aes/ |
D | internal.h | 78 void aes_hw_encrypt(const uint8_t *in, uint8_t *out, const AES_KEY *key); 101 OPENSSL_INLINE void aes_hw_encrypt(const uint8_t *in, uint8_t *out, in aes_hw_encrypt() function
|
D | aes_test.cc | 269 CHECK_ABI(aes_hw_encrypt, block, block, &key); in TEST()
|
D | aes.c | 818 aes_hw_encrypt(in, out, key); in AES_encrypt()
|
/external/boringssl/linux-ppc64le/crypto/fipsmodule/ |
D | aesp8-ppc.S | 350 .globl aes_hw_encrypt symbol 351 .type aes_hw_encrypt,@function 353 aes_hw_encrypt: label 354 .localentry aes_hw_encrypt,0 419 .size aes_hw_encrypt,.-aes_hw_encrypt
|
/external/boringssl/linux-aarch64/crypto/fipsmodule/ |
D | aesv8-armx64.S | 238 .globl aes_hw_encrypt symbol 239 .hidden aes_hw_encrypt 240 .type aes_hw_encrypt,%function 242 aes_hw_encrypt: label 267 .size aes_hw_encrypt,.-aes_hw_encrypt
|
/external/boringssl/src/crypto/fipsmodule/cipher/ |
D | e_aes.c | 133 dat->block = aes_hw_encrypt; in aes_init_key() 237 CRYPTO_gcm128_init_key(gcm_key, aes_key, aes_hw_encrypt, 1); in aes_ctr_set_key() 240 *out_block = aes_hw_encrypt; in aes_ctr_set_key()
|
/external/boringssl/linux-x86_64/crypto/fipsmodule/ |
D | aesni-x86_64.S | 17 .globl aes_hw_encrypt symbol 18 .hidden aes_hw_encrypt 19 .type aes_hw_encrypt,@function 21 aes_hw_encrypt: label 49 .size aes_hw_encrypt,.-aes_hw_encrypt
|
/external/boringssl/linux-x86/crypto/fipsmodule/ |
D | aesni-x86.S | 11 .globl aes_hw_encrypt symbol 12 .hidden aes_hw_encrypt 13 .type aes_hw_encrypt,@function 15 aes_hw_encrypt: label 50 .size aes_hw_encrypt,.-.L_aes_hw_encrypt_begin
|
/external/boringssl/linux-ppc64le/crypto/aes/ |
D | aesp8-ppc.S | 333 .globl aes_hw_encrypt symbol 335 aes_hw_encrypt: label
|
/external/boringssl/win-x86_64/crypto/fipsmodule/ |
D | aesni-x86_64.asm | 15 global aes_hw_encrypt 18 aes_hw_encrypt: label
|