Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/aes/
H A Daes_core.c615 int AES_set_encrypt_key(const unsigned char *userKey, const int bits, in AES_set_encrypt_key()
641 int AES_set_decrypt_key(const unsigned char *userKey, const int bits, in AES_set_decrypt_key()
1262 int AES_set_encrypt_key(const unsigned char *userKey, const int bits, in AES_set_encrypt_key()
1364 int AES_set_decrypt_key(const unsigned char *userKey, const int bits, in AES_set_decrypt_key()
1841 int AES_set_encrypt_key(const unsigned char *userKey, const int bits, in AES_set_encrypt_key()
1942 int AES_set_decrypt_key(const unsigned char *userKey, const int bits, in AES_set_decrypt_key()
H A Daes_x86core.c474 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()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/aes/
H A Daes_core.c631 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()
1278 int AES_set_encrypt_key(const unsigned char *userKey, const int bits, in AES_set_encrypt_key()
1380 int AES_set_decrypt_key(const unsigned char *userKey, const int bits, in AES_set_decrypt_key()
1857 int AES_set_encrypt_key(const unsigned char *userKey, const int bits, in AES_set_encrypt_key()
1958 int AES_set_decrypt_key(const unsigned char *userKey, const int bits, in AES_set_decrypt_key()
H A Daes_x86core.c474 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()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/camellia/
H A Dcmll_misc.c20 int Camellia_set_key(const unsigned char *userKey, const int bits, in Camellia_set_key()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/camellia/
H A Dcmll_misc.c14 int Camellia_set_key(const unsigned char *userKey, const int bits, in Camellia_set_key()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/aria/
H A Daria.c538 int ossl_aria_set_encrypt_key(const unsigned char *userKey, const int bits, in ossl_aria_set_encrypt_key()
670 int ossl_aria_set_decrypt_key(const unsigned char *userKey, const int bits, in ossl_aria_set_decrypt_key()
1122 int ossl_aria_set_encrypt_key(const unsigned char *userKey, const int bits, in ossl_aria_set_encrypt_key()
1195 int ossl_aria_set_decrypt_key(const unsigned char *userKey, const int bits, in ossl_aria_set_decrypt_key()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/aria/
H A Daria.c538 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()
/netbsd-src/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()