Lines Matching defs:iv_offset
543 int rc, iv_offset = 0;
549 iv_offset = 1;
553 iv_offset = 1;
557 memcpy(&rec->iv_data[iv_offset], tls_ctx->tx.iv,
560 tls_xor_iv_with_seq(prot, rec->iv_data + iv_offset,
1494 int iv_offset = 0;
1547 iv_offset = 1;
1551 iv_offset = 1;
1558 memcpy(&dctx->iv[iv_offset], tls_ctx->rx.iv,
1562 &dctx->iv[iv_offset] + prot->salt_size,
1566 memcpy(&dctx->iv[iv_offset], tls_ctx->rx.iv, prot->salt_size);
1568 tls_xor_iv_with_seq(prot, &dctx->iv[iv_offset], tls_ctx->rx.rec_seq);