Home
last modified time | relevance | path

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

/openbmc/linux/include/crypto/
H A Ddes.h27 void des_encrypt(const struct des_ctx *ctx, u8 *dst, const u8 *src);
/openbmc/linux/crypto/
H A Ddes_generic.c41 des_encrypt(dctx, dst, src); in crypto_des_encrypt()
/openbmc/linux/lib/crypto/
H A Ddes.c781 void des_encrypt(const struct des_ctx *ctx, u8 *dst, const u8 *src) in des_encrypt() function
800 EXPORT_SYMBOL_GPL(des_encrypt);
/openbmc/qemu/crypto/
H A Dcipher-nettle.c.inc250 des_encrypt(ctx, length, dst, src);