Searched refs:aes_hw_ecb_encrypt (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/aes/
H A Dinternal.h107 void aes_hw_ecb_encrypt(const uint8_t *in, uint8_t *out, size_t length,
/fuchsia/zircon/third_party/ulib/uboringssl/linux-x86_64/crypto/fipsmodule/
H A Daesni-x86_64.S496 .globl aes_hw_ecb_encrypt
497 .hidden aes_hw_ecb_encrypt
498 .type aes_hw_ecb_encrypt,@function
500 aes_hw_ecb_encrypt: label
838 .size aes_hw_ecb_encrypt,.-aes_hw_ecb_encrypt
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/cipher/
H A De_aes.c792 aes_hw_ecb_encrypt(in, out, len, ctx->cipher_data, ctx->encrypt);

Completed in 10 milliseconds