Home
last modified time | relevance | path

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

/dports/security/s2n/s2n-tls-1.1.2/tests/unit/
H A Ds2n_psk_test.c454 S2N_BLOB_FROM_HEX(full_client_hello, in main()
702 conn->psk_params.binder_list_size = full_client_hello.size - client_hello_prefix.size; in main()
712 EXPECT_EQUAL(s2n_stuffer_data_available(&conn->handshake.io), full_client_hello.size); in main()
713 …EXPECT_BYTEARRAY_EQUAL(conn->handshake.io.blob.data, full_client_hello.data, full_client_hello.siz… in main()
/dports/security/gnutls/gnutls-3.6.16/lib/ext/
H A Dpre_shared_key.c553 gnutls_datum_t full_client_hello; in server_recv_params() local
646 if (!_gnutls_ext_get_full_client_hello(session, &full_client_hello)) { in server_recv_params()
654 &key, &full_client_hello, resuming, in server_recv_params()
/dports/security/gnutls/gnutls-3.6.16/lib/
H A Dhello_ext.c547 gnutls_buffer_st *buf = &session->internals.full_client_hello; in _gnutls_ext_set_full_client_hello()
564 gnutls_buffer_st *buf = &session->internals.full_client_hello; in _gnutls_ext_get_full_client_hello()
H A Dgnutls_int.h1381 gnutls_buffer_st full_client_hello; member
H A Dhandshake.c94 session->internals.full_client_hello.length = 0; in handshake_hash_buffer_reset()
120 _gnutls_buffer_clear(&session->internals.full_client_hello); in _gnutls_handshake_hash_buffers_clear()