Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/crypto/
H A Ddes_s390.c200 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,