Searched refs:aria_set_decrypt_key (Results 1 – 3 of 3) sorted by relevance
44 int aria_set_decrypt_key(const unsigned char *userKey, const int bits,
670 int aria_set_decrypt_key(const unsigned char *userKey, const int bits, in aria_set_decrypt_key() function1195 int aria_set_decrypt_key(const unsigned char *userKey, const int bits, in aria_set_decrypt_key() function
70 ret = aria_set_decrypt_key(key, EVP_CIPHER_CTX_key_length(ctx) * 8, in aria_init_key()