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

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

Completed in 107 milliseconds