des_ctx            22 crypto/des_generic.c 	struct des_ctx *dctx = crypto_tfm_ctx(tfm);
des_ctx            42 crypto/des_generic.c 	const struct des_ctx *dctx = crypto_tfm_ctx(tfm);
des_ctx            49 crypto/des_generic.c 	const struct des_ctx *dctx = crypto_tfm_ctx(tfm);
des_ctx            97 crypto/des_generic.c 	.cra_ctxsize		=	sizeof(struct des_ctx),
des_ctx            62 fs/cifs/smbencrypt.c 	struct des_ctx ctx;
des_ctx            27 include/crypto/des.h void des_encrypt(const struct des_ctx *ctx, u8 *dst, const u8 *src);
des_ctx            28 include/crypto/des.h void des_decrypt(const struct des_ctx *ctx, u8 *dst, const u8 *src);
des_ctx            42 include/crypto/des.h int des_expand_key(struct des_ctx *ctx, const u8 *key, unsigned int keylen);
des_ctx            28 include/crypto/internal/des.h 	struct des_ctx tmp;
des_ctx           699 lib/crypto/des.c int des_expand_key(struct des_ctx *ctx, const u8 *key, unsigned int keylen)
des_ctx           781 lib/crypto/des.c void des_encrypt(const struct des_ctx *ctx, u8 *dst, const u8 *src)
des_ctx           802 lib/crypto/des.c void des_decrypt(const struct des_ctx *ctx, u8 *dst, const u8 *src)