Searched defs:userKey (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/openssl/openssl/crypto/aes/ |
D | aes_misc.c | 69 int AES_set_encrypt_key(const unsigned char *userKey, const int bits, in AES_set_encrypt_key() 78 int AES_set_decrypt_key(const unsigned char *userKey, const int bits, in AES_set_decrypt_key()
|
D | aes_core.c | 628 int private_AES_set_encrypt_key(const unsigned char *userKey, const int bits, in private_AES_set_encrypt_key() 729 int private_AES_set_decrypt_key(const unsigned char *userKey, const int bits, in private_AES_set_decrypt_key() 1204 int private_AES_set_encrypt_key(const unsigned char *userKey, const int bits, in private_AES_set_encrypt_key() 1304 int private_AES_set_decrypt_key(const unsigned char *userKey, const int bits, in private_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/openssl/crypto/aes/ |
D | aes_misc.c | 69 int AES_set_encrypt_key(const unsigned char *userKey, const int bits, in AES_set_encrypt_key() 78 int AES_set_decrypt_key(const unsigned char *userKey, const int bits, in AES_set_decrypt_key()
|
D | aes_core.c | 628 int private_AES_set_encrypt_key(const unsigned char *userKey, const int bits, in private_AES_set_encrypt_key() 729 int private_AES_set_decrypt_key(const unsigned char *userKey, const int bits, in private_AES_set_decrypt_key() 1204 int private_AES_set_encrypt_key(const unsigned char *userKey, const int bits, in private_AES_set_encrypt_key() 1304 int private_AES_set_decrypt_key(const unsigned char *userKey, const int bits, in private_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()
|