Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dssl_srv.c221 ssl->secure_renegotiation = MBEDTLS_SSL_SECURE_RENEGOTIATION; in ssl_parse_renegotiation_info()
1795 ssl->secure_renegotiation = MBEDTLS_SSL_SECURE_RENEGOTIATION; in ssl_parse_client_hello()
1803 if( ssl->secure_renegotiation != MBEDTLS_SSL_SECURE_RENEGOTIATION && in ssl_parse_client_hello()
1811 ssl->secure_renegotiation == MBEDTLS_SSL_SECURE_RENEGOTIATION && in ssl_parse_client_hello()
2086 if( ssl->secure_renegotiation != MBEDTLS_SSL_SECURE_RENEGOTIATION ) in ssl_write_renegotiation_ext()
Dssl_cli.c1388 ssl->secure_renegotiation = MBEDTLS_SSL_SECURE_RENEGOTIATION; in ssl_parse_renegotiation_info()
2394 ssl->secure_renegotiation == MBEDTLS_SSL_SECURE_RENEGOTIATION && in ssl_parse_server_hello()
/third_party/mbedtls/include/mbedtls/
Dssl.h292 #define MBEDTLS_SSL_SECURE_RENEGOTIATION 1 macro