Searched defs:userKey (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/crypto/openssl/crypto/aes/ |
| HD | aes_misc.c | 70 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()
|
| HD | aes_core.c | 628 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()
|
| HD | aes_x86core.c | 472 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/ |
| HD | cmll_utl.c | 57 int Camellia_set_key(const unsigned char *userKey, const int bits, in Camellia_set_key()
|
| HD | cmll_misc.c | 59 int private_Camellia_set_key(const unsigned char *userKey, const int bits, in private_Camellia_set_key()
|