Searched defs:userKey (Results 1 – 3 of 3) sorted by relevance
/external/openssl/crypto/aes/ |
D | aes_core.c | 628 int AES_set_encrypt_key(const unsigned char *userKey, const int bits, in AES_set_encrypt_key() 729 int AES_set_decrypt_key(const unsigned char *userKey, const int bits, in AES_set_decrypt_key() 1204 int AES_set_encrypt_key(const unsigned char *userKey, const int bits, in AES_set_encrypt_key() 1304 int AES_set_decrypt_key(const unsigned char *userKey, const int bits, in AES_set_decrypt_key()
|
D | aes_x86core.c | 470 int AES_set_encrypt_key(const unsigned char *userKey, const int bits, in AES_set_encrypt_key() 571 int AES_set_decrypt_key(const unsigned char *userKey, const int bits, in AES_set_decrypt_key()
|
/external/qemu/ |
D | aes.c | 731 int AES_set_encrypt_key(const unsigned char *userKey, const int bits, in AES_set_encrypt_key() 832 int AES_set_decrypt_key(const unsigned char *userKey, const int bits, in AES_set_decrypt_key()
|