Searched refs:blowfish_setkey (Results 1 – 4 of 4) sorted by relevance
349 int blowfish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) in blowfish_setkey() function399 EXPORT_SYMBOL_GPL(blowfish_setkey);
121 .cia_setkey = blowfish_setkey,
21 int blowfish_setkey(struct crypto_tfm *tfm, const u8 *key,
83 return blowfish_setkey(&tfm->base, key, keylen); in blowfish_setkey_skcipher()369 .cia_setkey = blowfish_setkey,