Home
last modified time | relevance | path

Searched refs:morus1280_ctx (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/x86/crypto/
Dmorus1280_glue.c119 struct morus1280_ctx *ctx = crypto_aead_ctx(aead); in crypto_morus1280_glue_setkey()
148 struct morus1280_ctx *ctx = crypto_aead_ctx(tfm); in crypto_morus1280_glue_crypt()
164 struct morus1280_ctx *ctx = crypto_aead_ctx(tfm); in crypto_morus1280_glue_encrypt()
188 struct morus1280_ctx *ctx = crypto_aead_ctx(tfm); in crypto_morus1280_glue_decrypt()
211 struct morus1280_ctx *ctx = crypto_aead_ctx(aead); in crypto_morus1280_glue_init_ops()
/Linux-v4.19/include/crypto/
Dmorus1280_glue.h41 struct morus1280_ctx { struct
101 .cra_ctxsize = sizeof(struct morus1280_ctx), \
/Linux-v4.19/crypto/
Dmorus1280.c43 struct morus1280_ctx { struct
411 struct morus1280_ctx *ctx = crypto_aead_ctx(aead); in crypto_morus1280_setkey()
441 struct morus1280_ctx *ctx = crypto_aead_ctx(tfm); in crypto_morus1280_crypt()
518 .cra_ctxsize = sizeof(struct morus1280_ctx),