Home
last modified time | relevance | path

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

/third_party/openssl/ssl/
Dt1_lib.c239 if (ctx->group_list_max_len == ctx->group_list_len) { in add_provider_groups()
261 ginf = &ctx->group_list[ctx->group_list_len]; in add_provider_groups()
363 ctx->group_list_len++; in add_provider_groups()
398 for (j = 0; j < ctx->group_list_len; j++) { in ssl_load_groups()
429 for (i = 0; i < ctx->group_list_len; i++) { in tls1_group_name2id()
442 for (i = 0; i < ctx->group_list_len; i++) { in tls1_group_id_lookup()
Dssl_local.h1200 size_t group_list_len; member
Dssl_lib.c3495 for (j = 0; j < a->group_list_len; j++) { in SSL_CTX_free()