Home
last modified time | relevance | path

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

/linux-4.19.296/include/crypto/
Dserpent.h17 struct serpent_ctx { struct
21 int __serpent_setkey(struct serpent_ctx *ctx, const u8 *key, argument
25 void __serpent_encrypt(struct serpent_ctx *ctx, u8 *dst, const u8 *src);
26 void __serpent_decrypt(struct serpent_ctx *ctx, u8 *dst, const u8 *src);
/linux-4.19.296/crypto/
Dserpent_generic.c278 int __serpent_setkey(struct serpent_ctx *ctx, const u8 *key, in __serpent_setkey()
456 void __serpent_encrypt(struct serpent_ctx *ctx, u8 *dst, const u8 *src) in __serpent_encrypt()
516 struct serpent_ctx *ctx = crypto_tfm_ctx(tfm); in serpent_encrypt()
521 void __serpent_decrypt(struct serpent_ctx *ctx, u8 *dst, const u8 *src) in __serpent_decrypt()
576 struct serpent_ctx *ctx = crypto_tfm_ctx(tfm); in serpent_decrypt()
639 .cra_ctxsize = sizeof(struct serpent_ctx),
652 .cra_ctxsize = sizeof(struct serpent_ctx),