Home
last modified time | relevance | path

Searched refs:twofish_setkey (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/crypto/
H A Dtwofish.h23 int twofish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len);
/openbmc/linux/arch/x86/crypto/
H A Dtwofish_glue.c77 .cia_setkey = twofish_setkey,
H A Dtwofish_avx_glue.c33 return twofish_setkey(&tfm->base, key, keylen); in twofish_setkey_skcipher()
H A Dtwofish_glue_3way.c24 return twofish_setkey(&tfm->base, key, keylen); in twofish_setkey_skcipher()
/openbmc/linux/crypto/
H A Dtwofish_common.c686 int twofish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len) in twofish_setkey() function
690 EXPORT_SYMBOL_GPL(twofish_setkey);
H A Dtwofish_generic.c175 .cia_setkey = twofish_setkey,