Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dtls13encryptiontest.c335 if (!TEST_true(ossl_tls_record_method.new_record_layer( in test_tls13_encryption()
358 if (!TEST_true(ossl_tls_record_method.new_record_layer( in test_tls13_encryption()
/freebsd/crypto/openssl/include/internal/
H A Drecordmethod.h114 int (*new_record_layer)(OSSL_LIB_CTX *libctx, member
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-tls.md175 above). This is passed as part of a modified `new_record_layer` call.
180 values are now also passed through as part of the `new_record_layer` call.
185 * `new_record_layer`
H A Drecord-layer.md400 int (*new_record_layer)(OSSL_LIB_CTX *libctx,
528 * new_record_layer call
568 * new_record_layer call.
/freebsd/crypto/openssl/ssl/record/
H A Drec_layer_s3.c1420 rlret = meth->new_record_layer(sctx->libctx, sctx->propq, version, in ssl_set_new_record_layer()