Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/crypto/aes/
HDaes_misc.c70 int AES_set_encrypt_key(const unsigned char *userKey, const int bits, in AES_set_encrypt_key()
79 int AES_set_decrypt_key(const unsigned char *userKey, const int bits, in AES_set_decrypt_key()
HDaes_core.c628 int private_AES_set_encrypt_key(const unsigned char *userKey, const int bits, in private_AES_set_encrypt_key()
730 int private_AES_set_decrypt_key(const unsigned char *userKey, const int bits, in private_AES_set_decrypt_key()
1207 int private_AES_set_encrypt_key(const unsigned char *userKey, const int bits, in private_AES_set_encrypt_key()
1308 int private_AES_set_decrypt_key(const unsigned char *userKey, const int bits, in private_AES_set_decrypt_key()
HDaes_x86core.c472 int AES_set_encrypt_key(const unsigned char *userKey, const int bits, in AES_set_encrypt_key()
574 int AES_set_decrypt_key(const unsigned char *userKey, const int bits, in AES_set_decrypt_key()
/NextBSD/crypto/openssl/crypto/camellia/
HDcmll_utl.c57 int Camellia_set_key(const unsigned char *userKey, const int bits, in Camellia_set_key()
HDcmll_misc.c59 int private_Camellia_set_key(const unsigned char *userKey, const int bits, in private_Camellia_set_key()