Home
last modified time | relevance | path

Searched refs:thisrr (Results 1 – 1 of 1) sorted by relevance

/openssl/ssl/record/methods/
H A Dtls_common.c548 TLS_RL_RECORD *rr, *thisrr; in tls_get_more_records() local
722 thisrr->data = thisrr->input; in tls_get_more_records()
723 thisrr->orig_len = thisrr->length; in tls_get_more_records()
746 if (thisrr->length != 1 || thisrr->data[0] != 0x01) { in tls_get_more_records()
792 thisrr = &rr[j]; in tls_get_more_records()
799 mac = thisrr->data + thisrr->length; in tls_get_more_records()
851 thisrr = &rr[0]; in tls_get_more_records()
887 thisrr = &rr[j]; in tls_get_more_records()
922 thisrr = &rr[j]; in tls_get_more_records()
945 thisrr->off = 0; in tls_get_more_records()
[all …]

Completed in 8 milliseconds