Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
Dxcbc.c56 struct xcbc_desc_ctx { struct
85 struct xcbc_desc_ctx *ctx = shash_desc_ctx(pdesc); in crypto_xcbc_digest_init()
101 struct xcbc_desc_ctx *ctx = shash_desc_ctx(pdesc); in crypto_xcbc_digest_update()
147 struct xcbc_desc_ctx *ctx = shash_desc_ctx(pdesc); in crypto_xcbc_digest_final()
239 inst->alg.descsize = ALIGN(sizeof(struct xcbc_desc_ctx), in xcbc_create()