Lines Matching refs:ipad
2390 memcpy(ctx->ipad, ctx->authkey, ctx->authkeylen);
2391 memset(ctx->ipad + ctx->authkeylen, 0,
2394 unsafe_memcpy(ctx->opad, ctx->ipad, blocksize,
2398 ctx->ipad[index] ^= HMAC_IPAD_VALUE;
2402 flow_dump(" ipad: ", ctx->ipad, blocksize);
2431 /* start with a prepended ipad */
2432 memcpy(rctx->hash_carry, ctx->ipad, blocksize);
2491 /* start with a prepended ipad */
2492 memcpy(rctx->hash_carry, ctx->ipad, blocksize);