Home
last modified time | relevance | path

Searched refs:aria_set_key (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/crypto/
H A Daria_generic.c174 int aria_set_key(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) in aria_set_key() function
193 EXPORT_SYMBOL_GPL(aria_set_key);
293 .cia_setkey = aria_set_key,
/openbmc/linux/include/crypto/
H A Daria.h455 int aria_set_key(struct crypto_tfm *tfm, const u8 *in_key,
/openbmc/linux/arch/x86/crypto/
H A Daria_aesni_avx_glue.c83 return aria_set_key(&tfm->base, key, keylen); in aria_avx_set_key()
H A Daria_gfni_avx512_glue.c72 return aria_set_key(&tfm->base, key, keylen); in aria_avx512_set_key()
H A Daria_aesni_avx2_glue.c85 return aria_set_key(&tfm->base, key, keylen); in aria_avx2_set_key()