Home
last modified time | relevance | path

Searched refs:twofish_ctx (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/x86/crypto/
H A Dtwofish_glue.c47 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 Dtwofish_avx_glue.c82 .base.cra_ctxsize = sizeof(struct twofish_ctx),
95 .base.cra_ctxsize = sizeof(struct twofish_ctx),
H A Dtwofish_glue_3way.c82 .base.cra_ctxsize = sizeof(struct twofish_ctx),
94 .base.cra_ctxsize = sizeof(struct twofish_ctx),
/openbmc/linux/include/crypto/
H A Dtwofish.h17 struct twofish_ctx { struct
21 int __twofish_setkey(struct twofish_ctx *ctx, const u8 *key, argument
/openbmc/linux/crypto/
H A Dtwofish_generic.c97 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 Dtwofish_common.c569 int __twofish_setkey(struct twofish_ctx *ctx, const u8 *key, in __twofish_setkey()
/openbmc/qemu/crypto/
H A Dcipher-nettle.c.inc413 struct twofish_ctx key, key_xts;