Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Ddes.h28 void des_decrypt(const struct des_ctx *ctx, u8 *dst, const u8 *src);
/linux/lib/crypto/
H A Ddes.c801 void des_decrypt(const struct des_ctx *ctx, u8 *dst, const u8 *src) in des_decrypt() function
820 EXPORT_SYMBOL_GPL(des_decrypt);