Searched refs:des3_setkey (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/crypto/ |
H A D | des_s390.c | 200 static int des3_setkey(struct crypto_tfm *tfm, const u8 *key, in des3_setkey() function 217 return des3_setkey(crypto_skcipher_tfm(tfm), key, key_len); in des3_setkey_skcipher() 247 .cia_setkey = des3_setkey,
|
/kernel/linux/linux-6.6/arch/s390/crypto/ |
H A D | des_s390.c | 200 static int des3_setkey(struct crypto_tfm *tfm, const u8 *key, in des3_setkey() function 217 return des3_setkey(crypto_skcipher_tfm(tfm), key, key_len); in des3_setkey_skcipher() 247 .cia_setkey = des3_setkey,
|
Completed in 3 milliseconds