HomeSort by relevance Sort by last modified time
    Searched refs:aes_hw_encrypt (Results 1 - 6 of 6) sorted by null

  /external/boringssl/src/crypto/fipsmodule/aes/
internal.h 50 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
aes.c     [all...]
  /external/boringssl/linux-aarch64/crypto/fipsmodule/
aesv8-armx64.S 223 .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/
aesp8-ppc.S 340 .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
    [all...]
  /external/boringssl/src/crypto/fipsmodule/cipher/
e_aes.c 254 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;
    [all...]
  /external/boringssl/linux-ppc64le/crypto/aes/
aesp8-ppc.S 333 .globl aes_hw_encrypt
335 aes_hw_encrypt: label
    [all...]

Completed in 203 milliseconds