Searched refs:cast5_ctx (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | cast5_avx_glue.c | 20 asmlinkage void cast5_ecb_enc_16way(struct cast5_ctx *ctx, u8 *dst, 22 asmlinkage void cast5_ecb_dec_16way(struct cast5_ctx *ctx, u8 *dst, 24 asmlinkage void cast5_cbc_dec_16way(struct cast5_ctx *ctx, u8 *dst, 26 asmlinkage void cast5_ctr_16way(struct cast5_ctx *ctx, u8 *dst, const u8 *src, 51 struct cast5_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_crypt() 55 void (*fn)(struct cast5_ctx *ctx, u8 *dst, const u8 *src); in ecb_crypt() 114 struct cast5_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_encrypt() 142 static unsigned int __cbc_decrypt(struct cast5_ctx *ctx, in __cbc_decrypt() 199 struct cast5_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_decrypt() 217 static void ctr_crypt_final(struct skcipher_walk *walk, struct cast5_ctx *ct [all...] |
/kernel/linux/linux-5.10/include/crypto/ |
H A D | cast5.h | 13 struct cast5_ctx { struct 21 void __cast5_encrypt(struct cast5_ctx *ctx, u8 *dst, const u8 *src); 22 void __cast5_decrypt(struct cast5_ctx *ctx, u8 *dst, const u8 *src);
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | cast5.h | 13 struct cast5_ctx { struct 21 void __cast5_encrypt(struct cast5_ctx *ctx, u8 *dst, const u8 *src); 22 void __cast5_decrypt(struct cast5_ctx *ctx, u8 *dst, const u8 *src);
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | cast5_avx_glue.c | 21 asmlinkage void cast5_ecb_enc_16way(struct cast5_ctx *ctx, u8 *dst, 23 asmlinkage void cast5_ecb_dec_16way(struct cast5_ctx *ctx, u8 *dst, 25 asmlinkage void cast5_cbc_dec_16way(struct cast5_ctx *ctx, u8 *dst, 72 .base.cra_ctxsize = sizeof(struct cast5_ctx), 85 .base.cra_ctxsize = sizeof(struct cast5_ctx),
|
/kernel/linux/linux-5.10/crypto/ |
H A D | cast5_generic.c | 303 void __cast5_encrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast5_encrypt() 360 void __cast5_decrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast5_decrypt() 481 struct cast5_ctx *c = crypto_tfm_ctx(tfm); in cast5_setkey() 515 .cra_ctxsize = sizeof(struct cast5_ctx),
|
/kernel/linux/linux-6.6/crypto/ |
H A D | cast5_generic.c | 303 void __cast5_encrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast5_encrypt() 358 void __cast5_decrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast5_decrypt() 477 struct cast5_ctx *c = crypto_tfm_ctx(tfm); in cast5_setkey() 511 .cra_ctxsize = sizeof(struct cast5_ctx),
|
Completed in 3 milliseconds