Searched refs:aes_hw_encrypt (Results 1 - 6 of 6) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/aes/
H A Dinternal.h50 void aes_hw_encrypt(const uint8_t *in, uint8_t *out, const AES_KEY *key);
73 static void aes_hw_encrypt(const uint8_t *in, uint8_t *out, function
H A Daes.c1071 aes_hw_encrypt(in, out, key);
/external/boringssl/linux-aarch64/crypto/fipsmodule/
H A Daesv8-armx64.S223 .globl aes_hw_encrypt
224 .hidden aes_hw_encrypt
225 .type aes_hw_encrypt,%function
227 aes_hw_encrypt: label
252 .size aes_hw_encrypt,.-aes_hw_encrypt
/external/boringssl/linux-ppc64le/crypto/fipsmodule/
H A Daesp8-ppc.S340 .globl aes_hw_encrypt
341 .type aes_hw_encrypt,@function
343 aes_hw_encrypt: label
344 .localentry aes_hw_encrypt,0
409 .size aes_hw_encrypt,.-aes_hw_encrypt
/external/boringssl/src/crypto/fipsmodule/cipher/
H A De_aes.c254 dat->block = (block128_f)aes_hw_encrypt;
358 CRYPTO_gcm128_init(gcm_ctx, aes_key, (block128_f)aes_hw_encrypt, 0);
361 *out_block = (block128_f) aes_hw_encrypt;
/external/boringssl/linux-ppc64le/crypto/aes/
H A Daesp8-ppc.S333 .globl aes_hw_encrypt
335 aes_hw_encrypt: label

Completed in 731 milliseconds