Home
last modified time | relevance | path

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

/minix3/crypto/external/bsd/openssl/dist/crypto/aes/
H A Daes_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()
H A Daes_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()
H A Daes_x86core.c470 int AES_set_encrypt_key(const unsigned char *userKey, const int bits, in AES_set_encrypt_key()
572 int AES_set_decrypt_key(const unsigned char *userKey, const int bits, in AES_set_decrypt_key()
/minix3/crypto/external/bsd/openssl/dist/crypto/camellia/
H A Dcmll_utl.c57 int Camellia_set_key(const unsigned char *userKey, const int bits, in Camellia_set_key()
H A Dcmll_misc.c59 int private_Camellia_set_key(const unsigned char *userKey, const int bits, in private_Camellia_set_key()
/minix3/crypto/external/bsd/netpgp/dist/src/libbn/
H A Dstubs.c143 Camellia_set_key(const unsigned char *userKey, const int bits, CAMELLIA_KEY *key) in Camellia_set_key()