Searched defs:userKey (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/aes/ |
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() 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()
|
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()
|
/third_party/openssl/crypto/aes/ |
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() 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()
|
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()
|
/third_party/node/deps/openssl/openssl/crypto/camellia/ |
D | cmll_misc.c | 20 int Camellia_set_key(const unsigned char *userKey, const int bits, in Camellia_set_key()
|
/third_party/openssl/crypto/camellia/ |
D | cmll_misc.c | 20 int Camellia_set_key(const unsigned char *userKey, const int bits, in Camellia_set_key()
|
/third_party/node/deps/openssl/openssl/crypto/aria/ |
D | aria.c | 538 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()
|
/third_party/openssl/crypto/aria/ |
D | aria.c | 538 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()
|