Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/crypto/
H A Ddes_s390.c220 static void des3_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in des3_encrypt() function
248 .cia_encrypt = des3_encrypt,
/openbmc/qemu/crypto/
H A Dcipher-nettle.c.inc272 des3_encrypt(ctx, length, dst, src);