Searched refs:aria_set_key (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/crypto/ |
H A D | aria_generic.c | 174 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 D | aria.h | 455 int aria_set_key(struct crypto_tfm *tfm, const u8 *in_key,
|
/openbmc/linux/arch/x86/crypto/ |
H A D | aria_aesni_avx_glue.c | 83 return aria_set_key(&tfm->base, key, keylen); in aria_avx_set_key()
|
H A D | aria_gfni_avx512_glue.c | 72 return aria_set_key(&tfm->base, key, keylen); in aria_avx512_set_key()
|
H A D | aria_aesni_avx2_glue.c | 85 return aria_set_key(&tfm->base, key, keylen); in aria_avx2_set_key()
|