Home
last modified time | relevance | path

Searched refs:des_ctx (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/include/crypto/
Ddes.h19 struct des_ctx { struct
27 void des_encrypt(const struct des_ctx *ctx, u8 *dst, const u8 *src); argument
28 void des_decrypt(const struct des_ctx *ctx, u8 *dst, const u8 *src);
42 int des_expand_key(struct des_ctx *ctx, const u8 *key, unsigned int keylen);
/Linux-v5.4/crypto/
Ddes_generic.c22 struct des_ctx *dctx = crypto_tfm_ctx(tfm); in des_setkey()
42 const struct des_ctx *dctx = crypto_tfm_ctx(tfm); in crypto_des_encrypt()
49 const struct des_ctx *dctx = crypto_tfm_ctx(tfm); in crypto_des_decrypt()
97 .cra_ctxsize = sizeof(struct des_ctx),
/Linux-v5.4/include/crypto/internal/
Ddes.h28 struct des_ctx tmp; in crypto_des_verify_key()
/Linux-v5.4/fs/cifs/
Dsmbencrypt.c62 struct des_ctx ctx; in smbhash()
/Linux-v5.4/lib/crypto/
Ddes.c699 int des_expand_key(struct des_ctx *ctx, const u8 *key, unsigned int keylen) in des_expand_key()
781 void des_encrypt(const struct des_ctx *ctx, u8 *dst, const u8 *src) in des_encrypt()
802 void des_decrypt(const struct des_ctx *ctx, u8 *dst, const u8 *src) in des_decrypt()