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