Searched refs:des_setkey (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/crypto/ |
H A D | des_generic.c | 19 static int des_setkey(struct crypto_tfm *tfm, const u8 *key, in des_setkey() function 96 .cia_setkey = des_setkey,
|
/openbmc/linux/arch/s390/crypto/ |
H A D | des_s390.c | 35 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,
|
/openbmc/linux/drivers/crypto/bcm/ |
H A D | cipher.c | 1763 static int des_setkey(struct crypto_skcipher *cipher, const u8 *key, in des_setkey() function 1832 err = des_setkey(cipher, key, keylen); in skcipher_setkey()
|