Searched refs:aes_v8_decrypt (Results 1 - 4 of 4) sorted by relevance

/external/boringssl/linux-aarch64/crypto/aes/
H A Daesv8-armx64.S250 .globl aes_v8_decrypt
251 .type aes_v8_decrypt,%function
253 aes_v8_decrypt: label
278 .size aes_v8_decrypt,.-aes_v8_decrypt
/external/boringssl/linux-arm/crypto/aes/
H A Daesv8-armx32.S251 .globl aes_v8_decrypt
252 .type aes_v8_decrypt,%function
254 aes_v8_decrypt: label
279 .size aes_v8_decrypt,.-aes_v8_decrypt
/external/boringssl/src/crypto/cipher/
H A De_aes.c131 void aes_v8_decrypt(const uint8_t *in, uint8_t *out, const AES_KEY *key);
225 static void aes_v8_decrypt(const uint8_t *in, uint8_t *out, function
300 dat->block = (block128_f)aes_v8_decrypt;
/external/boringssl/src/crypto/aes/
H A Daes.c1074 void aes_v8_decrypt(const uint8_t *in, uint8_t *out, const AES_KEY *key);
1094 static void aes_v8_decrypt(const uint8_t *in, uint8_t *out, const AES_KEY *key) { function
1118 aes_v8_decrypt(in, out, key);

Completed in 172 milliseconds