Searched defs:userKey (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/crypto/openssl/crypto/aes/ |
| H A D | aes_core.c | 632 int AES_set_encrypt_key(const unsigned char *userKey, const int bits, in AES_set_encrypt_key() 734 int AES_set_decrypt_key(const unsigned char *userKey, const int bits, in AES_set_decrypt_key() 1211 int AES_set_encrypt_key(const unsigned char *userKey, const int bits, in AES_set_encrypt_key() 1312 int AES_set_decrypt_key(const unsigned char *userKey, const int bits, in AES_set_decrypt_key()
|
| H A D | aes_x86core.c | 474 int AES_set_encrypt_key(const unsigned char *userKey, const int bits, in AES_set_encrypt_key() 576 int AES_set_decrypt_key(const unsigned char *userKey, const int bits, in AES_set_decrypt_key()
|
| /freebsd-12.1/crypto/openssl/crypto/camellia/ |
| H A D | cmll_misc.c | 14 int Camellia_set_key(const unsigned char *userKey, const int bits, in Camellia_set_key()
|
| /freebsd-12.1/crypto/openssl/crypto/aria/ |
| H A D | aria.c | 538 int aria_set_encrypt_key(const unsigned char *userKey, const int bits, in aria_set_encrypt_key() 670 int aria_set_decrypt_key(const unsigned char *userKey, const int bits, in aria_set_decrypt_key() 1122 int aria_set_encrypt_key(const unsigned char *userKey, const int bits, in aria_set_encrypt_key() 1195 int aria_set_decrypt_key(const unsigned char *userKey, const int bits, in aria_set_decrypt_key()
|