Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/radix/
H A Dquic_ops.c164 static SSL *client_hello_ssl_obj = NULL; variable
177 client_hello_ssl_obj = s; in client_hello_cb()
356 if (!TEST_ptr_eq(pending_ssl_obj, client_hello_ssl_obj)) { in DEF_FUNC()
365 pending_ssl_obj = client_hello_ssl_obj = NULL; in DEF_FUNC()