Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/crypto/
Dmorus640_glue.c119 struct morus640_ctx *ctx = crypto_aead_ctx(aead); in crypto_morus640_glue_setkey()
144 struct morus640_ctx *ctx = crypto_aead_ctx(tfm); in crypto_morus640_glue_crypt()
160 struct morus640_ctx *ctx = crypto_aead_ctx(tfm); in crypto_morus640_glue_encrypt()
184 struct morus640_ctx *ctx = crypto_aead_ctx(tfm); in crypto_morus640_glue_decrypt()
207 struct morus640_ctx *ctx = crypto_aead_ctx(aead); in crypto_morus640_glue_init_ops()
/Linux-v4.19/include/crypto/
Dmorus640_glue.h41 struct morus640_ctx { struct
101 .cra_ctxsize = sizeof(struct morus640_ctx), \
/Linux-v4.19/crypto/
Dmorus640.c43 struct morus640_ctx { struct
415 struct morus640_ctx *ctx = crypto_aead_ctx(aead); in crypto_morus640_setkey()
438 struct morus640_ctx *ctx = crypto_aead_ctx(tfm); in crypto_morus640_crypt()
515 .cra_ctxsize = sizeof(struct morus640_ctx),