Searched refs:des3_ede_x86_setkey (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | des3_ede_glue.c | 246 static int des3_ede_x86_setkey(struct crypto_tfm *tfm, const u8 *key, in des3_ede_x86_setkey() function 284 return des3_ede_x86_setkey(&tfm->base, key, keylen); in des3_ede_x86_setkey_skcipher() 300 .cia_setkey = des3_ede_x86_setkey,
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | des3_ede_glue.c | 344 static int des3_ede_x86_setkey(struct crypto_tfm *tfm, const u8 *key, in des3_ede_x86_setkey() function 382 return des3_ede_x86_setkey(&tfm->base, key, keylen); in des3_ede_x86_setkey_skcipher() 398 .cia_setkey = des3_ede_x86_setkey,
|
Completed in 2 milliseconds