Home
last modified time | relevance | path

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

/openthread-2.7.6/third_party/mbedtls/repo/library/
Dssl_cli.c2060 int handshake_failure = 0; in ssl_parse_server_hello() local
2562 handshake_failure = 1; in ssl_parse_server_hello()
2571 handshake_failure = 1; in ssl_parse_server_hello()
2579 handshake_failure = 1; in ssl_parse_server_hello()
2587 handshake_failure = 1; in ssl_parse_server_hello()
2591 if( handshake_failure == 1 ) in ssl_parse_server_hello()
Dssl_srv.c1426 int handshake_failure = 0; in ssl_parse_client_hello() local
2168 handshake_failure = 1; in ssl_parse_client_hello()
2176 handshake_failure = 1; in ssl_parse_client_hello()
2183 handshake_failure = 1; in ssl_parse_client_hello()
2190 handshake_failure = 1; in ssl_parse_client_hello()
2194 if( handshake_failure == 1 ) in ssl_parse_client_hello()