Searched refs:blowfish_setkey (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/crypto/ |
H A D | blowfish.h | 21 int blowfish_setkey(struct crypto_tfm *tfm, const u8 *key,
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | blowfish.h | 21 int blowfish_setkey(struct crypto_tfm *tfm, const u8 *key,
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | blowfish_glue.c | 56 return blowfish_setkey(&tfm->base, key, keylen); in blowfish_setkey_skcipher() 103 .cia_setkey = blowfish_setkey,
|
/kernel/linux/linux-5.10/crypto/ |
H A D | blowfish_generic.c | 116 .cia_setkey = blowfish_setkey,
|
H A D | blowfish_common.c | 344 int blowfish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) in blowfish_setkey() function 394 EXPORT_SYMBOL_GPL(blowfish_setkey); variable
|
/kernel/linux/linux-6.6/crypto/ |
H A D | blowfish_generic.c | 112 .cia_setkey = blowfish_setkey,
|
H A D | blowfish_common.c | 345 int blowfish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) in blowfish_setkey() function 395 EXPORT_SYMBOL_GPL(blowfish_setkey); variable
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | blowfish_glue.c | 68 return blowfish_setkey(&tfm->base, key, keylen); in blowfish_setkey_skcipher() 354 .cia_setkey = blowfish_setkey,
|
Completed in 3 milliseconds