Lines Matching refs:iv_offset
503 int rc, iv_offset = 0;
508 iv_offset = 1;
511 memcpy(&rec->iv_data[iv_offset], tls_ctx->tx.iv,
514 xor_iv_with_seq(prot->version, rec->iv_data + iv_offset, tls_ctx->tx.rec_seq);
1429 int iv_offset = 0;
1475 iv_offset = 1;
1480 iv + iv_offset + prot->salt_size,
1487 memcpy(iv + iv_offset, tls_ctx->rx.iv,
1490 memcpy(iv + iv_offset, tls_ctx->rx.iv, prot->salt_size);
1492 xor_iv_with_seq(prot->version, iv + iv_offset, tls_ctx->rx.rec_seq);