Home
last modified time | relevance | path

Searched refs:des_setkey (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/crypto/
A Ddes_generic.c19 static int des_setkey(struct crypto_tfm *tfm, const u8 *key, in des_setkey() function
96 .cia_setkey = des_setkey,
/linux-6.3-rc2/arch/s390/crypto/
A Ddes_s390.c35 static int des_setkey(struct crypto_tfm *tfm, const u8 *key, in des_setkey() function
52 return des_setkey(crypto_skcipher_tfm(tfm), key, key_len); in des_setkey_skcipher()
82 .cia_setkey = des_setkey,
/linux-6.3-rc2/drivers/crypto/bcm/
A Dcipher.c1764 static int des_setkey(struct crypto_skcipher *cipher, const u8 *key, in des_setkey() function
1833 err = des_setkey(cipher, key, keylen); in skcipher_setkey()

Completed in 16 milliseconds