Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dssl_tls12_client.c75 MBEDTLS_PUT_UINT16_BE(MBEDTLS_TLS_EXT_RENEGOTIATION_INFO, p, 0); in ssl_write_renegotiation_ext()
1464 case MBEDTLS_TLS_EXT_RENEGOTIATION_INFO: in ssl_parse_server_hello()
Dssl_tls12_server.c1350 case MBEDTLS_TLS_EXT_RENEGOTIATION_INFO: in ssl_parse_client_hello()
1841 MBEDTLS_PUT_UINT16_BE(MBEDTLS_TLS_EXT_RENEGOTIATION_INFO, p, 0); in ssl_write_renegotiation_ext()
/mbedtls-latest/include/mbedtls/
Dssl.h631 #define MBEDTLS_TLS_EXT_RENEGOTIATION_INFO 0xFF01 macro