Searched refs:shdesc (Results 1 – 1 of 1) sorted by relevance
35 struct shash_desc *shdesc; member2782 ctx->shdesc = kmalloc(sizeof(*ctx->shdesc) + in safexcel_hmac_sha3_cra_init()2784 if (!ctx->shdesc) { in safexcel_hmac_sha3_cra_init()2788 ctx->shdesc->tfm = ctx->shpre; in safexcel_hmac_sha3_cra_init()2798 kfree(ctx->shdesc); in safexcel_hmac_sha3_cra_exit()2813 ret = crypto_shash_digest(ctx->shdesc, key, keylen, in safexcel_hmac_sha3_setkey()