Home
last modified time | relevance | path

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

/linux/drivers/crypto/inside-secure/
A Dsafexcel_hash.c36 struct shash_desc *shdesc; member
2783 ctx->shdesc = kmalloc(sizeof(*ctx->shdesc) + in safexcel_hmac_sha3_cra_init()
2785 if (!ctx->shdesc) { in safexcel_hmac_sha3_cra_init()
2789 ctx->shdesc->tfm = ctx->shpre; in safexcel_hmac_sha3_cra_init()
2799 kfree(ctx->shdesc); in safexcel_hmac_sha3_cra_exit()
2814 ret = crypto_shash_digest(ctx->shdesc, key, keylen, in safexcel_hmac_sha3_setkey()

Completed in 9 milliseconds