Lines Matching refs:ipad
2211 hmacctx->ipad); in chcr_ahash_setkey()
2216 memcpy(hmacctx->ipad, key, keylen); in chcr_ahash_setkey()
2218 memset(hmacctx->ipad + keylen, 0, bs - keylen); in chcr_ahash_setkey()
2219 memcpy(hmacctx->opad, hmacctx->ipad, bs); in chcr_ahash_setkey()
2222 *((unsigned int *)(&hmacctx->ipad) + i) ^= IPAD_DATA; in chcr_ahash_setkey()
2231 err = chcr_compute_partial_hash(shash, hmacctx->ipad, in chcr_ahash_setkey()
2232 hmacctx->ipad, digestsize); in chcr_ahash_setkey()
2235 chcr_change_order(hmacctx->ipad, updated_digestsize); in chcr_ahash_setkey()
2325 memcpy(req_ctx->partial_hash, hmacctx->ipad, in chcr_hmac_init()
2328 memcpy(req_ctx->partial_hash, hmacctx->ipad, in chcr_hmac_init()
2331 memcpy(req_ctx->partial_hash, hmacctx->ipad, in chcr_hmac_init()