Lines Matching refs:ipad
2217 hmacctx->ipad); in chcr_ahash_setkey()
2222 memcpy(hmacctx->ipad, key, keylen); in chcr_ahash_setkey()
2224 memset(hmacctx->ipad + keylen, 0, bs - keylen); in chcr_ahash_setkey()
2225 memcpy(hmacctx->opad, hmacctx->ipad, bs); in chcr_ahash_setkey()
2228 *((unsigned int *)(&hmacctx->ipad) + i) ^= IPAD_DATA; in chcr_ahash_setkey()
2237 err = chcr_compute_partial_hash(shash, hmacctx->ipad, in chcr_ahash_setkey()
2238 hmacctx->ipad, digestsize); in chcr_ahash_setkey()
2241 chcr_change_order(hmacctx->ipad, updated_digestsize); in chcr_ahash_setkey()
2331 memcpy(req_ctx->partial_hash, hmacctx->ipad, in chcr_hmac_init()
2334 memcpy(req_ctx->partial_hash, hmacctx->ipad, in chcr_hmac_init()
2337 memcpy(req_ctx->partial_hash, hmacctx->ipad, in chcr_hmac_init()