Home
last modified time | relevance | path

Searched refs:aria_set_decrypt_key (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/crypto/openssl/crypto/include/internal/
H A Daria.h44 int aria_set_decrypt_key(const unsigned char *userKey, const int bits,
/freebsd-12.1/crypto/openssl/crypto/aria/
H A Daria.c670 int aria_set_decrypt_key(const unsigned char *userKey, const int bits, in aria_set_decrypt_key() function
1195 int aria_set_decrypt_key(const unsigned char *userKey, const int bits, in aria_set_decrypt_key() function
/freebsd-12.1/crypto/openssl/crypto/evp/
H A De_aria.c70 ret = aria_set_decrypt_key(key, EVP_CIPHER_CTX_key_length(ctx) * 8, in aria_init_key()