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

/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/aes/
H A Daes.c537 static int aes_nohw_set_encrypt_key(const uint8_t *key, unsigned bits, function
816 int aes_nohw_set_encrypt_key(const uint8_t *key, unsigned bits,
849 return aes_nohw_set_encrypt_key(key, bits, aeskey);
/fuchsia/zircon/third_party/ulib/uboringssl/linux-x86_64/crypto/fipsmodule/
H A Daes-x86_64.S880 .globl aes_nohw_set_encrypt_key
881 .hidden aes_nohw_set_encrypt_key
882 .type aes_nohw_set_encrypt_key,@function
883 aes_nohw_set_encrypt_key: label
918 .size aes_nohw_set_encrypt_key,.-aes_nohw_set_encrypt_key
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/aes/asm/
H A Daes-x86_64.pl1324 # int aes_nohw_set_encrypt_key(const unsigned char *userKey, const int bits, AES_KEY *key)
1327 .globl aes_nohw_set_encrypt_key
1328 .type aes_nohw_set_encrypt_key,\@function,3
1329 aes_nohw_set_encrypt_key: label
1358 .size aes_nohw_set_encrypt_key,.-aes_nohw_set_encrypt_key

Completed in 41 milliseconds