Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/crypto/
H A Ddes_s390.c227 static void des3_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in des3_decrypt() function
249 .cia_decrypt = des3_decrypt,
/openbmc/qemu/crypto/
H A Dcipher-nettle.c.inc278 des3_decrypt(ctx, length, dst, src);