Home
last modified time | relevance | path

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

/Linux-v6.1/include/crypto/
Ddes.h27 void des_encrypt(const struct des_ctx *ctx, u8 *dst, const u8 *src);
/Linux-v6.1/crypto/
Ddes_generic.c41 des_encrypt(dctx, dst, src); in crypto_des_encrypt()
/Linux-v6.1/lib/crypto/
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);