Searched refs:des_ctx (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/include/crypto/ |
H A D | des.h | 19 struct des_ctx { struct 27 void des_encrypt(const struct des_ctx *ctx, u8 *dst, const u8 *src); 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);
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | des.h | 19 struct des_ctx { struct 27 void des_encrypt(const struct des_ctx *ctx, u8 *dst, const u8 *src); 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);
|
/kernel/linux/linux-5.10/crypto/ |
H A D | des_generic.c | 22 struct des_ctx *dctx = crypto_tfm_ctx(tfm); in des_setkey() 39 const struct des_ctx *dctx = crypto_tfm_ctx(tfm); in crypto_des_encrypt() 46 const struct des_ctx *dctx = crypto_tfm_ctx(tfm); in crypto_des_decrypt() 91 .cra_ctxsize = sizeof(struct des_ctx),
|
/kernel/linux/linux-6.6/crypto/ |
H A D | des_generic.c | 22 struct des_ctx *dctx = crypto_tfm_ctx(tfm); in des_setkey() 39 const struct des_ctx *dctx = crypto_tfm_ctx(tfm); in crypto_des_encrypt() 46 const struct des_ctx *dctx = crypto_tfm_ctx(tfm); in crypto_des_decrypt() 91 .cra_ctxsize = sizeof(struct des_ctx),
|
/kernel/linux/linux-5.10/include/crypto/internal/ |
H A D | des.h | 28 struct des_ctx tmp; in crypto_des_verify_key()
|
/kernel/linux/linux-6.6/include/crypto/internal/ |
H A D | des.h | 28 struct des_ctx tmp; in crypto_des_verify_key()
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smbencrypt.c | 62 struct des_ctx ctx; in smbhash()
|
/kernel/linux/linux-5.10/lib/crypto/ |
H A D | des.c | 699 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()
|
/kernel/linux/linux-6.6/lib/crypto/ |
H A D | des.c | 699 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()
|
Completed in 4 milliseconds