Symbol: test_enum
crypto/openssl/test/helpers/ssl_test_ctx.c
116
static const test_enum ssl_alerts[] = {
crypto/openssl/test/helpers/ssl_test_ctx.c
148
static const test_enum ssl_protocols[] = {
crypto/openssl/test/helpers/ssl_test_ctx.c
171
static const test_enum ssl_verify_callbacks[] = {
crypto/openssl/test/helpers/ssl_test_ctx.c
199
static const test_enum ssl_servername[] = {
crypto/openssl/test/helpers/ssl_test_ctx.c
238
static const test_enum ssl_servername_callbacks[] = {
crypto/openssl/test/helpers/ssl_test_ctx.c
269
static const test_enum ssl_session_ticket[] = {
crypto/openssl/test/helpers/ssl_test_ctx.c
299
static const test_enum ssl_session_id[] = {
crypto/openssl/test/helpers/ssl_test_ctx.c
325
static const test_enum ssl_test_methods[] = {
crypto/openssl/test/helpers/ssl_test_ctx.c
368
static const test_enum ssl_handshake_modes[] = {
crypto/openssl/test/helpers/ssl_test_ctx.c
401
static const test_enum ssl_key_update_types[] = {
crypto/openssl/test/helpers/ssl_test_ctx.c
419
static const test_enum ssl_ct_validation_modes[] = {
crypto/openssl/test/helpers/ssl_test_ctx.c
452
static const test_enum ssl_certstatus[] = {
crypto/openssl/test/helpers/ssl_test_ctx.c
485
static const test_enum ssl_max_fragment_len_mode[] = {
crypto/openssl/test/helpers/ssl_test_ctx.c
63
__owur static int parse_enum(const test_enum *enums, size_t num_enums,
crypto/openssl/test/helpers/ssl_test_ctx.c
76
static const char *enum_name(const test_enum *enums, size_t num_enums,
crypto/openssl/test/helpers/ssl_test_ctx.c
90
static const test_enum ssl_test_results[] = {