Searched refs:des3_ede_set_key (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/crypto/ |
H A D | des_glue.c | 181 static int des3_ede_set_key(struct crypto_tfm *tfm, const u8 *key, in des3_ede_set_key() function 217 return des3_ede_set_key(crypto_skcipher_tfm(tfm), key, keylen); in des3_ede_set_key_skcipher() 369 .cia_setkey = des3_ede_set_key,
|
/kernel/linux/linux-6.6/arch/sparc/crypto/ |
H A D | des_glue.c | 181 static int des3_ede_set_key(struct crypto_tfm *tfm, const u8 *key, in des3_ede_set_key() function 217 return des3_ede_set_key(crypto_skcipher_tfm(tfm), key, keylen); in des3_ede_set_key_skcipher() 369 .cia_setkey = des3_ede_set_key,
|
Completed in 2 milliseconds