Home
last modified time | relevance | path

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

/linux-6.3-rc2/crypto/
A Dblowfish_common.c345 int blowfish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) in blowfish_setkey() function
395 EXPORT_SYMBOL_GPL(blowfish_setkey);
A Dblowfish_generic.c112 .cia_setkey = blowfish_setkey,
/linux-6.3-rc2/arch/x86/crypto/
A Dblowfish_glue.c56 return blowfish_setkey(&tfm->base, key, keylen); in blowfish_setkey_skcipher()
103 .cia_setkey = blowfish_setkey,
/linux-6.3-rc2/include/crypto/
A Dblowfish.h21 int blowfish_setkey(struct crypto_tfm *tfm, const u8 *key,

Completed in 7 milliseconds