Home
last modified time | relevance | path

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

/openssl/test/
H A Dtls13encryptiontest.c316 OSSL_RECORD_LAYER *rrl = NULL, *wrl = NULL; in test_tls13_encryption() local
365 &rrl))) in test_tls13_encryption()
367 memcpy(rrl->sequence, seqbuf, sizeof(seqbuf)); in test_tls13_encryption()
370 if (!TEST_int_eq(rrl->funcs->cipher(rrl, &rec, 1, 0, NULL, 0), 1)) { in test_tls13_encryption()
380 ossl_tls_record_method.free(rrl); in test_tls13_encryption()
382 rrl = wrl = NULL; in test_tls13_encryption()
393 ossl_tls_record_method.free(rrl); in test_tls13_encryption()
H A Dsslbuffertest.c49 OSSL_RECORD_LAYER *rrl = sc->rlayer.rrl; in checkbuffers() local
53 return rrl->rbuf.buf != NULL && wrl->wbuf[0].buf != NULL; in checkbuffers()
55 return rrl->rbuf.buf == NULL && wrl->wbuf[0].buf == NULL; in checkbuffers()
H A Dsslapitest.c1051 memcpy(crec_rseq_before, &clientsc->rlayer.rrl->sequence, SEQ_NUM_SIZE); in ping_pong_query()
1052 memcpy(srec_rseq_before, &serversc->rlayer.rrl->sequence, SEQ_NUM_SIZE); in ping_pong_query()
1074 memcpy(crec_rseq_after, &clientsc->rlayer.rrl->sequence, SEQ_NUM_SIZE); in ping_pong_query()
1075 memcpy(srec_rseq_after, &serversc->rlayer.rrl->sequence, SEQ_NUM_SIZE); in ping_pong_query()
/openssl/ssl/record/
H A Drec_layer_s3.c56 rl->rrlmethod->free(rl->rrl); /* Ignore return value */ in RECORD_LAYER_clear()
63 rl->rrl = NULL; in RECORD_LAYER_clear()
102 return rl->rrlmethod->unprocessed_read_pending(rl->rrl); in RECORD_LAYER_read_pending()
109 || rl->rrlmethod->processed_read_pending(rl->rrl); in RECORD_LAYER_processed_read_pending()
198 num += sc->rlayer.rrlmethod->app_data_pending(sc->rlayer.rrl); in ssl3_pending()
225 if (sc->rlayer.rrlmethod == NULL || sc->rlayer.rrl == NULL) in SSL_rstate_string_long()
228 sc->rlayer.rrlmethod->get_state(sc->rlayer.rrl, NULL, &lng); in SSL_rstate_string_long()
241 if (sc->rlayer.rrlmethod == NULL || sc->rlayer.rrl == NULL) in SSL_rstate_string()
244 sc->rlayer.rrlmethod->get_state(sc->rlayer.rrl, &shrt, NULL); in SSL_rstate_string()
1210 thisrl = s->rlayer.rrl; in ssl_post_record_layer_select()
[all …]
H A Drec_layer_d1.c253 sc->rlayer.rrlmethod->read_record(sc->rlayer.rrl, in dtls1_read_bytes()
271 } while (sc->rlayer.rrlmethod->processed_read_pending(sc->rlayer.rrl) in dtls1_read_bytes()
513 if (!sc->rlayer.rrlmethod->unprocessed_read_pending(sc->rlayer.rrl)) { in dtls1_read_bytes()
549 if (!sc->rlayer.rrlmethod->unprocessed_read_pending(sc->rlayer.rrl)) { in dtls1_read_bytes()
H A Drecord.h84 OSSL_RECORD_LAYER *rrl; member
/openssl/ssl/
H A Dssl_lib.c1516 sc->rlayer.rrlmethod->set1_bio(sc->rlayer.rrl, sc->rbio); in SSL_set0_rbio()
1876 sc->rlayer.rrlmethod->set_options(sc->rlayer.rrl, options); in SSL_set_read_ahead()
2960 sc->rlayer.rrlmethod->set_options(sc->rlayer.rrl, options); in ossl_ctrl_internal()
2996 sc->rlayer.rrlmethod->set_max_pipelines(sc->rlayer.rrl, (size_t)larg); in ossl_ctrl_internal()
5237 return sc->rlayer.rrlmethod->get_compression(sc->rlayer.rrl); in SSL_get_current_expansion()
6187 sc->rlayer.rrlmethod->set_options(sc->rlayer.rrl, options); in SSL_set_options()
6218 sc->rlayer.rrlmethod->set_options(sc->rlayer.rrl, options); in SSL_clear_options()
6838 return rl->rrlmethod->free_buffers(rl->rrl) in SSL_free_buffers()
6856 return rl->rrlmethod->alloc_buffers(rl->rrl) in SSL_alloc_buffers()
/openssl/ssl/statem/
H A Dstatem.c206 s->rlayer.rrlmethod->set_in_init(s->rlayer.rrl, init); in ossl_statem_set_in_init()
H A Dstatem_lib.c849 s->rlayer.rrlmethod->set_plain_alerts(s->rlayer.rrl, 0); in tls_process_finished()
950 s->rlayer.rrlmethod->set_first_handshake(s->rlayer.rrl, 0); in tls_process_finished()
H A Dextensions.c1767 s->rlayer.rrlmethod->set_max_frag_len(s->rlayer.rrl, in final_maxfragmentlen()
H A Dstatem_srvr.c981 s->rlayer.rrlmethod->set_plain_alerts(s->rlayer.rrl, 1); in ossl_statem_server_post_work()
3620 s->rlayer.rrlmethod->set_plain_alerts(s->rlayer.rrl, 0); in tls_process_client_certificate()

Completed in 93 milliseconds