Home
last modified time | relevance | path

Searched defs:aes_hw_set_encrypt_key (Results 1 – 5 of 5) sorted by relevance

/external/boringssl/linux-aarch64/crypto/fipsmodule/
Daesv8-armx64.S13 .globl aes_hw_set_encrypt_key symbol
17 aes_hw_set_encrypt_key: label
/external/boringssl/linux-arm/crypto/fipsmodule/
Daesv8-armx32.S16 .globl aes_hw_set_encrypt_key symbol
20 aes_hw_set_encrypt_key: label
/external/boringssl/linux-ppc64le/crypto/aes/
Daesp8-ppc.S23 .globl aes_hw_set_encrypt_key symbol
25 aes_hw_set_encrypt_key: label
/external/boringssl/linux-ppc64le/crypto/fipsmodule/
Daesp8-ppc.S24 .globl aes_hw_set_encrypt_key symbol
27 aes_hw_set_encrypt_key: label
/external/boringssl/src/crypto/fipsmodule/aes/
Dinternal.h63 static int aes_hw_set_encrypt_key(const uint8_t *user_key, int bits, in aes_hw_set_encrypt_key() function