Searched refs:twofish_ctx (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | twofish_glue.c | 47 asmlinkage void twofish_enc_blk(struct twofish_ctx *ctx, u8 *dst, 50 asmlinkage void twofish_dec_blk(struct twofish_ctx *ctx, u8 *dst, 70 .cra_ctxsize = sizeof(struct twofish_ctx),
|
H A D | twofish_avx_glue.c | 59 struct twofish_ctx tweak_ctx; 60 struct twofish_ctx crypt_ctx; 222 .base.cra_ctxsize = sizeof(struct twofish_ctx), 235 .base.cra_ctxsize = sizeof(struct twofish_ctx), 249 .base.cra_ctxsize = sizeof(struct twofish_ctx),
|
H A D | twofish_glue_3way.c | 178 .base.cra_ctxsize = sizeof(struct twofish_ctx), 190 .base.cra_ctxsize = sizeof(struct twofish_ctx), 203 .base.cra_ctxsize = sizeof(struct twofish_ctx),
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | twofish_glue.c | 47 asmlinkage void twofish_enc_blk(struct twofish_ctx *ctx, u8 *dst, 50 asmlinkage void twofish_dec_blk(struct twofish_ctx *ctx, u8 *dst, 70 .cra_ctxsize = sizeof(struct twofish_ctx),
|
H A D | twofish_glue_3way.c | 82 .base.cra_ctxsize = sizeof(struct twofish_ctx), 94 .base.cra_ctxsize = sizeof(struct twofish_ctx),
|
H A D | twofish_avx_glue.c | 82 .base.cra_ctxsize = sizeof(struct twofish_ctx), 95 .base.cra_ctxsize = sizeof(struct twofish_ctx),
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | twofish.h | 17 struct twofish_ctx { struct 21 int __twofish_setkey(struct twofish_ctx *ctx, const u8 *key,
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | twofish.h | 17 struct twofish_ctx { struct 21 int __twofish_setkey(struct twofish_ctx *ctx, const u8 *key,
|
/kernel/linux/linux-5.10/crypto/ |
H A D | twofish_generic.c | 97 struct twofish_ctx *ctx = crypto_tfm_ctx(tfm); in twofish_encrypt() 134 struct twofish_ctx *ctx = crypto_tfm_ctx(tfm); in twofish_decrypt() 174 .cra_ctxsize = sizeof(struct twofish_ctx),
|
H A D | twofish_common.c | 569 int __twofish_setkey(struct twofish_ctx *ctx, const u8 *key, in __twofish_setkey()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | twofish_generic.c | 97 struct twofish_ctx *ctx = crypto_tfm_ctx(tfm); in twofish_encrypt() 132 struct twofish_ctx *ctx = crypto_tfm_ctx(tfm); in twofish_decrypt() 170 .cra_ctxsize = sizeof(struct twofish_ctx),
|
H A D | twofish_common.c | 569 int __twofish_setkey(struct twofish_ctx *ctx, const u8 *key, in __twofish_setkey()
|
Completed in 6 milliseconds