Home
last modified time | relevance | path

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

/Linux-v6.1/crypto/
Dblowfish_common.c344 int blowfish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) in blowfish_setkey() function
394 EXPORT_SYMBOL_GPL(blowfish_setkey);
Dblowfish_generic.c111 .cia_setkey = blowfish_setkey,
/Linux-v6.1/include/crypto/
Dblowfish.h21 int blowfish_setkey(struct crypto_tfm *tfm, const u8 *key,
/Linux-v6.1/arch/x86/crypto/
Dblowfish_glue.c54 return blowfish_setkey(&tfm->base, key, keylen); in blowfish_setkey_skcipher()
249 .cia_setkey = blowfish_setkey,