Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Ddes.h23 struct des3_ede_ctx { struct
30 void des3_ede_encrypt(const struct des3_ede_ctx *dctx, u8 *dst, const u8 *src); argument
31 void des3_ede_decrypt(const struct des3_ede_ctx *dctx, u8 *dst, const u8 *src);
54 int des3_ede_expand_key(struct des3_ede_ctx *ctx, const u8 *key,
/linux/lib/crypto/
H A Ddes.c822 int des3_ede_expand_key(struct des3_ede_ctx *ctx, const u8 *key, in des3_ede_expand_key()
843 void des3_ede_encrypt(const struct des3_ede_ctx *dctx, u8 *dst, const u8 *src) in des3_ede_encrypt()
872 void des3_ede_decrypt(const struct des3_ede_ctx *dctx, u8 *dst, const u8 *src) in des3_ede_decrypt()