Home
last modified time | relevance | path

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

/linux-5.19.10/crypto/
Dxcbc.c44 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()