Home
last modified time | relevance | path

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

/mbedtls-latest/tests/src/test_helpers/
Dssl_helpers.c43 mbedtls_test_handshake_test_options *opts) in mbedtls_test_init_handshake_options() argument
52 memset(opts, 0, sizeof(*opts)); in mbedtls_test_init_handshake_options()
54 opts->cipher = ""; in mbedtls_test_init_handshake_options()
55 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()
59 opts->expected_negotiated_version = MBEDTLS_SSL_VERSION_TLS1_3; in mbedtls_test_init_handshake_options()
60 opts->pk_alg = MBEDTLS_PK_RSA; in mbedtls_test_init_handshake_options()
61 opts->srv_auth_mode = MBEDTLS_SSL_VERIFY_NONE; in mbedtls_test_init_handshake_options()
[all …]
/mbedtls-latest/tests/include/test/
Dssl_helpers.h223 mbedtls_test_handshake_test_options *opts);
226 mbedtls_test_handshake_test_options *opts);