Home
last modified time | relevance | path

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

/aosp_15_r20/external/mbedtls/tests/src/test_helpers/
H A Dssl_helpers.c53 opts->client_min_version = MBEDTLS_SSL_VERSION_UNKNOWN; in mbedtls_test_init_handshake_options()
54 opts->client_max_version = MBEDTLS_SSL_VERSION_UNKNOWN; in mbedtls_test_init_handshake_options()
55 opts->server_min_version = MBEDTLS_SSL_VERSION_UNKNOWN; in mbedtls_test_init_handshake_options()
56 opts->server_max_version = MBEDTLS_SSL_VERSION_UNKNOWN; in mbedtls_test_init_handshake_options()
800 if (options->client_min_version != MBEDTLS_SSL_VERSION_UNKNOWN) { in mbedtls_test_ssl_endpoint_init()
805 if (options->client_max_version != MBEDTLS_SSL_VERSION_UNKNOWN) { in mbedtls_test_ssl_endpoint_init()
810 if (options->server_min_version != MBEDTLS_SSL_VERSION_UNKNOWN) { in mbedtls_test_ssl_endpoint_init()
815 if (options->server_max_version != MBEDTLS_SSL_VERSION_UNKNOWN) { in mbedtls_test_ssl_endpoint_init()
1967 if (options->expected_negotiated_version == MBEDTLS_SSL_VERSION_UNKNOWN) { in mbedtls_test_ssl_perform_handshake()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/src/test_helpers/
H A Dssl_helpers.c55 opts->client_min_version = MBEDTLS_SSL_VERSION_UNKNOWN; in mbedtls_test_init_handshake_options()
56 opts->client_max_version = MBEDTLS_SSL_VERSION_UNKNOWN; in mbedtls_test_init_handshake_options()
57 opts->server_min_version = MBEDTLS_SSL_VERSION_UNKNOWN; in mbedtls_test_init_handshake_options()
58 opts->server_max_version = MBEDTLS_SSL_VERSION_UNKNOWN; in mbedtls_test_init_handshake_options()
800 if (options->client_min_version != MBEDTLS_SSL_VERSION_UNKNOWN) { in mbedtls_test_ssl_endpoint_init()
805 if (options->client_max_version != MBEDTLS_SSL_VERSION_UNKNOWN) { in mbedtls_test_ssl_endpoint_init()
810 if (options->server_min_version != MBEDTLS_SSL_VERSION_UNKNOWN) { in mbedtls_test_ssl_endpoint_init()
815 if (options->server_max_version != MBEDTLS_SSL_VERSION_UNKNOWN) { in mbedtls_test_ssl_endpoint_init()
2142 if (options->expected_negotiated_version == MBEDTLS_SSL_VERSION_UNKNOWN) { in mbedtls_test_ssl_perform_handshake()
/aosp_15_r20/external/mbedtls/library/
H A Dssl_debug_helpers_generated.c177 case MBEDTLS_SSL_VERSION_UNKNOWN: in mbedtls_ssl_protocol_version_str()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dssl_debug_helpers_generated.c194 case MBEDTLS_SSL_VERSION_UNKNOWN: in mbedtls_ssl_protocol_version_str()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_ssl.data433 handshake_version:0:MBEDTLS_SSL_VERSION_UNKNOWN:MBEDTLS_SSL_VERSION_UNKNOWN:MBEDTLS_SSL_VERSION_UNK…
437 handshake_version:0:MBEDTLS_SSL_VERSION_UNKNOWN:MBEDTLS_SSL_VERSION_UNKNOWN:MBEDTLS_SSL_VERSION_UNK…
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_ssl.data433 handshake_version:0:MBEDTLS_SSL_VERSION_UNKNOWN:MBEDTLS_SSL_VERSION_UNKNOWN:MBEDTLS_SSL_VERSION_UNK…
437 handshake_version:0:MBEDTLS_SSL_VERSION_UNKNOWN:MBEDTLS_SSL_VERSION_UNKNOWN:MBEDTLS_SSL_VERSION_UNK…
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dssl.h1171 MBEDTLS_SSL_VERSION_UNKNOWN, /*!< Context not in use or version not yet negotiated. */ enumerator
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dssl.h1215 MBEDTLS_SSL_VERSION_UNKNOWN, /*!< Context not in use or version not yet negotiated. */ enumerator