Lines Matching refs:rr
548 TLS_RL_RECORD *rr, *thisrr; in tls_get_more_records() local
560 rr = rl->rrec; in tls_get_more_records()
575 thisrr = &rr[num_recs]; in tls_get_more_records()
792 thisrr = &rr[j]; in tls_get_more_records()
823 enc_err = rl->funcs->cipher(rl, rr, num_recs, 0, macbufs, mac_size); in tls_get_more_records()
851 thisrr = &rr[0]; in tls_get_more_records()
876 BIO_printf(trc_out, "dec %lu\n", (unsigned long)rr[0].length); in tls_get_more_records()
877 BIO_dump_indent(trc_out, rr[0].data, rr[0].length, 4); in tls_get_more_records()
887 thisrr = &rr[j]; in tls_get_more_records()
922 thisrr = &rr[j]; in tls_get_more_records()
967 thisrr = &rr[0]; in tls_get_more_records()