Searched defs:userKey (Results 1 – 4 of 4) sorted by relevance
| /freebsd/crypto/openssl/crypto/aes/ |
| H A D | aes_core.c | 631 int AES_set_encrypt_key(const unsigned char *userKey, const int bits, in AES_set_encrypt_key() 657 int AES_set_decrypt_key(const unsigned char *userKey, const int bits, in AES_set_decrypt_key() 3045 int AES_set_encrypt_key(const unsigned char *userKey, const int bits, in AES_set_encrypt_key() 3128 int AES_set_decrypt_key(const unsigned char *userKey, const int bits, in AES_set_decrypt_key() 3485 int AES_set_encrypt_key(const unsigned char *userKey, const int bits, in AES_set_encrypt_key() 3567 int AES_set_decrypt_key(const unsigned char *userKey, const int bits, in AES_set_decrypt_key()
|
| H A D | aes_x86core.c | 479 int AES_set_encrypt_key(const unsigned char *userKey, const int bits, in AES_set_encrypt_key() 562 int AES_set_decrypt_key(const unsigned char *userKey, const int bits, in AES_set_decrypt_key()
|
| /freebsd/crypto/openssl/crypto/camellia/ |
| H A D | cmll_misc.c | 20 int Camellia_set_key(const unsigned char *userKey, const int bits, in Camellia_set_key()
|
| /freebsd/crypto/openssl/crypto/aria/ |
| H A D | aria.c | 471 int ossl_aria_set_encrypt_key(const unsigned char *userKey, const int bits, in ossl_aria_set_encrypt_key() 601 int ossl_aria_set_decrypt_key(const unsigned char *userKey, const int bits, in ossl_aria_set_decrypt_key() 1028 int ossl_aria_set_encrypt_key(const unsigned char *userKey, const int bits, in ossl_aria_set_encrypt_key() 1104 int ossl_aria_set_decrypt_key(const unsigned char *userKey, const int bits, in ossl_aria_set_decrypt_key()
|