Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_tls13_server.c1955 int parse_client_hello_ret; in ssl_tls13_process_client_hello() local
1965 parse_client_hello_ret = ret; /* Store positive return value of in ssl_tls13_process_client_hello()
1978 if (SSL_CLIENT_HELLO_TLS1_2 == parse_client_hello_ret) { in ssl_tls13_process_client_hello()
1995 ssl_tls13_postprocess_client_hello(ssl, parse_client_hello_ret == in ssl_tls13_process_client_hello()
1998 if (SSL_CLIENT_HELLO_OK == parse_client_hello_ret) { in ssl_tls13_process_client_hello()