Home
last modified time | relevance | path

Searched refs:group_list_len (Results 1 - 8 of 8) sorted by relevance

/third_party/mbedtls/programs/ssl/
H A Dssl_test_lib.c601 int parse_groups(const char *groups, uint16_t *group_list, size_t group_list_len) in parse_groups() argument
611 while (i < group_list_len - 1 && *p != '\0') { in parse_groups()
636 if (i == group_list_len - 1 && *p != '\0') { in parse_groups()
638 (unsigned int) (group_list_len - 1)); in parse_groups()
H A Dssl_test_lib.h328 int parse_groups(const char *groups, uint16_t *group_list, size_t group_list_len);
/third_party/node/deps/openssl/openssl/ssl/
H A Dt1_lib.c240 if (ctx->group_list_max_len == ctx->group_list_len) { in add_provider_groups()
262 ginf = &ctx->group_list[ctx->group_list_len]; in add_provider_groups()
364 ctx->group_list_len++; in add_provider_groups()
399 for (j = 0; j < ctx->group_list_len; j++) { in ssl_load_groups()
430 for (i = 0; i < ctx->group_list_len; i++) { in tls1_group_name2id()
443 for (i = 0; i < ctx->group_list_len; i++) { in tls1_group_id_lookup()
H A Dssl_local.h1209 size_t group_list_len; member
H A Dssl_lib.c3616 for (j = 0; j < a->group_list_len; j++) { in SSL_CTX_free()
/third_party/openssl/ssl/
H A 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()
H A Dssl_local.h1200 size_t group_list_len; member
H A Dssl_lib.c3516 for (j = 0; j < a->group_list_len; j++) { in SSL_CTX_free()

Completed in 41 milliseconds