crypto/des_generic.c
105
.cra_ctxsize = sizeof(struct des3_ede_ctx),
crypto/des_generic.c
54
struct des3_ede_ctx *dctx = crypto_tfm_ctx(tfm);
crypto/des_generic.c
72
const struct des3_ede_ctx *dctx = crypto_tfm_ctx(tfm);
crypto/des_generic.c
80
const struct des3_ede_ctx *dctx = crypto_tfm_ctx(tfm);
include/crypto/des.h
30
void des3_ede_encrypt(const struct des3_ede_ctx *dctx, u8 *dst, const u8 *src);
include/crypto/des.h
31
void des3_ede_decrypt(const struct des3_ede_ctx *dctx, u8 *dst, const u8 *src);
include/crypto/des.h
54
int des3_ede_expand_key(struct des3_ede_ctx *ctx, const u8 *key,
lib/crypto/des.c
822
int des3_ede_expand_key(struct des3_ede_ctx *ctx, const u8 *key,
lib/crypto/des.c
843
void des3_ede_encrypt(const struct des3_ede_ctx *dctx, u8 *dst, const u8 *src)
lib/crypto/des.c
872
void des3_ede_decrypt(const struct des3_ede_ctx *dctx, u8 *dst, const u8 *src)