Searched refs:hmacctx (Results 1 – 2 of 2) sorted by relevance
250 struct hmac_ctx hmacctx; member
110 return &ctx->crypto_ctx->hmacctx; in HMAC_CTX()1532 struct hmac_ctx *hmacctx = HMAC_CTX(ctx); in create_hash_wr() local1584 hmacctx->opad, param->alg_prm.result_size); in create_hash_wr()2170 struct hmac_ctx *hmacctx = HMAC_CTX(h_ctx(tfm)); in chcr_ahash_setkey() local2177 hmacctx->ipad, hmacctx->opad); in chcr_ahash_setkey()2251 struct hmac_ctx *hmacctx = HMAC_CTX(h_ctx(rtfm)); in chcr_hmac_init() local2259 memcpy(req_ctx->partial_hash, hmacctx->ipad, in chcr_hmac_init()2262 memcpy(req_ctx->partial_hash, hmacctx->ipad, in chcr_hmac_init()2265 memcpy(req_ctx->partial_hash, hmacctx->ipad, in chcr_hmac_init()