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

  /external/boringssl/src/crypto/fipsmodule/aes/
internal.h 51 void aes_hw_decrypt(const uint8_t *in, uint8_t *out, const AES_KEY *key);
78 static void aes_hw_decrypt(const uint8_t *in, uint8_t *out, function
aes.c     [all...]
  /external/boringssl/linux-aarch64/crypto/fipsmodule/
aesv8-armx64.S 253 .globl aes_hw_decrypt
254 .hidden aes_hw_decrypt
255 .type aes_hw_decrypt,%function
257 aes_hw_decrypt: label
282 .size aes_hw_decrypt,.-aes_hw_decrypt
  /external/boringssl/linux-ppc64le/crypto/fipsmodule/
aesp8-ppc.S 410 .globl aes_hw_decrypt
411 .type aes_hw_decrypt,@function
413 aes_hw_decrypt: label
414 .localentry aes_hw_decrypt,0
479 .size aes_hw_decrypt,.-aes_hw_decrypt
    [all...]
  /external/boringssl/linux-ppc64le/crypto/aes/
aesp8-ppc.S 400 .globl aes_hw_decrypt
402 aes_hw_decrypt: label
    [all...]
  /external/boringssl/src/crypto/fipsmodule/cipher/
e_aes.c 232 dat->block = (block128_f)aes_hw_decrypt;
    [all...]

Completed in 265 milliseconds