Home
last modified time | relevance | path

Searched refs:ossl_aria_set_decrypt_key (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/include/crypto/
H A Daria.h45 int ossl_aria_set_decrypt_key(const unsigned char *userKey, const int bits,
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aria_hw.c23 ret = ossl_aria_set_decrypt_key(key, keylen * 8, ks); in cipher_hw_aria_initkey()
/freebsd/crypto/openssl/crypto/aria/
H A Daria.c670 int ossl_aria_set_decrypt_key(const unsigned char *userKey, const int bits, in ossl_aria_set_decrypt_key() function
1195 int ossl_aria_set_decrypt_key(const unsigned char *userKey, const int bits, in ossl_aria_set_decrypt_key() function
/freebsd/crypto/openssl/crypto/evp/
H A De_aria.c72 ret = ossl_aria_set_decrypt_key(key, in aria_init_key()