Home
last modified time | relevance | path

Searched refs:xcbc_desc_ctx (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Dxcbc.c36 * | xcbc_desc_ctx
43 struct xcbc_desc_ctx { struct
74 struct xcbc_desc_ctx *ctx = shash_desc_ctx(pdesc); in crypto_xcbc_digest_init()
90 struct xcbc_desc_ctx *ctx = shash_desc_ctx(pdesc); in crypto_xcbc_digest_update()
136 struct xcbc_desc_ctx *ctx = shash_desc_ctx(pdesc); in crypto_xcbc_digest_final()
226 inst->alg.descsize = ALIGN(sizeof(struct xcbc_desc_ctx), in xcbc_create()
/kernel/linux/linux-6.6/crypto/
H A Dxcbc.c37 * | xcbc_desc_ctx
44 struct xcbc_desc_ctx { struct
75 struct xcbc_desc_ctx *ctx = shash_desc_ctx(pdesc); in crypto_xcbc_digest_init()
91 struct xcbc_desc_ctx *ctx = shash_desc_ctx(pdesc); in crypto_xcbc_digest_update()
137 struct xcbc_desc_ctx *ctx = shash_desc_ctx(pdesc); in crypto_xcbc_digest_final()
227 inst->alg.descsize = ALIGN(sizeof(struct xcbc_desc_ctx), in xcbc_create()

Completed in 2 milliseconds