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

/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/aes/
H A Dinternal.h57 int aes_hw_set_decrypt_key(const uint8_t *user_key, const int bits,
77 static int aes_hw_set_decrypt_key(const uint8_t *user_key, int bits, function
H A Daes.c855 return aes_hw_set_decrypt_key(key, bits, aeskey);
/fuchsia/zircon/third_party/ulib/uboringssl/linux-aarch64/crypto/fipsmodule/
H A Daesv8-armx64.S181 .globl aes_hw_set_decrypt_key
182 .hidden aes_hw_set_decrypt_key
183 .type aes_hw_set_decrypt_key,%function
185 aes_hw_set_decrypt_key: label
220 .size aes_hw_set_decrypt_key,.-aes_hw_set_decrypt_key
/fuchsia/zircon/third_party/ulib/uboringssl/linux-x86_64/crypto/fipsmodule/
H A Daesni-x86_64.S4007 .globl aes_hw_set_decrypt_key
4008 .hidden aes_hw_set_decrypt_key
4009 .type aes_hw_set_decrypt_key,@function
4011 aes_hw_set_decrypt_key: label
4051 .size aes_hw_set_decrypt_key,.-aes_hw_set_decrypt_key
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/cipher/
H A De_aes.c200 ret = aes_hw_set_decrypt_key(key, ctx->key_len * 8, &dat->ks.ks);

Completed in 43 milliseconds