Home
last modified time | relevance | path

Searched refs:parse_client_hello_ret (Results 1 - 1 of 1) sorted by relevance

/third_party/mbedtls/library/
H A Dssl_tls13_server.c1944 int parse_client_hello_ret; in ssl_tls13_process_client_hello() local
1954 parse_client_hello_ret = ret; /* Store positive return value of in ssl_tls13_process_client_hello()
1967 if (SSL_CLIENT_HELLO_TLS1_2 == parse_client_hello_ret) { in ssl_tls13_process_client_hello()
1983 ssl_tls13_postprocess_client_hello(ssl, parse_client_hello_ret == in ssl_tls13_process_client_hello()
1986 if (SSL_CLIENT_HELLO_OK == parse_client_hello_ret) { in ssl_tls13_process_client_hello()

Completed in 4 milliseconds