Searched defs:userKey (Results 1 – 6 of 6) sorted by relevance
/minix3/crypto/external/bsd/openssl/dist/crypto/aes/ |
H A D | 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()
|
H A D | 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()
|
H A D | aes_x86core.c | 470 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 D | cmll_utl.c | 57 int Camellia_set_key(const unsigned char *userKey, const int bits, in Camellia_set_key()
|
H A D | cmll_misc.c | 59 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 D | stubs.c | 143 Camellia_set_key(const unsigned char *userKey, const int bits, CAMELLIA_KEY *key) in Camellia_set_key()
|