Searched refs:aes_hw_decrypt (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/aes/
H A Dinternal.h60 void aes_hw_decrypt(const uint8_t *in, uint8_t *out, const AES_KEY *key);
87 static void aes_hw_decrypt(const uint8_t *in, uint8_t *out, function
H A Daes.c839 aes_hw_decrypt(in, out, key);
/fuchsia/zircon/third_party/ulib/uboringssl/linux-aarch64/crypto/fipsmodule/
H A Daesv8-armx64.S251 .globl aes_hw_decrypt
252 .hidden aes_hw_decrypt
253 .type aes_hw_decrypt,%function
255 aes_hw_decrypt: label
280 .size aes_hw_decrypt,.-aes_hw_decrypt
/fuchsia/zircon/third_party/ulib/uboringssl/linux-x86_64/crypto/fipsmodule/
H A Daesni-x86_64.S30 .globl aes_hw_decrypt
31 .hidden aes_hw_decrypt
32 .type aes_hw_decrypt,@function
34 aes_hw_decrypt: label
53 .size aes_hw_decrypt, .-aes_hw_decrypt
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/cipher/
H A De_aes.c201 dat->block = (block128_f)aes_hw_decrypt;

Completed in 56 milliseconds