Home
last modified time | relevance | path

Searched refs:TLS_GROUP_INFO (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/ssl/
H A Dt1_lib.c234 TLS_GROUP_INFO *ginf = NULL; in add_provider_groups()
241 TLS_GROUP_INFO *tmp = NULL; in add_provider_groups()
244 tmp = OPENSSL_malloc(sizeof(TLS_GROUP_INFO) in add_provider_groups()
250 * sizeof(TLS_GROUP_INFO)); in add_provider_groups()
258 sizeof(TLS_GROUP_INFO) * TLS_GROUP_LIST_MALLOC_BLOCK_SIZE); in add_provider_groups()
439 const TLS_GROUP_INFO *tls1_group_id_lookup(SSL_CTX *ctx, uint16_t group_id) in tls1_group_id_lookup()
528 const TLS_GROUP_INFO *ginfo = tls1_group_id_lookup(s->ctx, group_id); in tls_valid_group()
570 const TLS_GROUP_INFO *ginfo = tls1_group_id_lookup(s->ctx, group); in tls_group_allowed()
641 const TLS_GROUP_INFO *inf; in tls1_shared_group()
H A Dssl_local.h829 } TLS_GROUP_INFO; typedef
1199 TLS_GROUP_INFO *group_list;
2652 __owur const TLS_GROUP_INFO *tls1_group_id_lookup(SSL_CTX *ctx, uint16_t curve_id);
H A Ds3_lib.c3618 const TLS_GROUP_INFO *cinf in ssl3_ctrl()
4697 const TLS_GROUP_INFO *ginf = tls1_group_id_lookup(s->ctx, id); in ssl_generate_pkey_group()
4739 const TLS_GROUP_INFO *ginf = tls1_group_id_lookup(s->ctx, id); in ssl_generate_param_group()
4957 const TLS_GROUP_INFO *cinf = NULL; in SSL_group_to_name()
/freebsd/crypto/openssl/ssl/statem/
H A Dextensions_srvr.c1601 const TLS_GROUP_INFO *ginf = NULL; in tls_construct_stoc_key_share()
H A Dextensions_clnt.c1769 const TLS_GROUP_INFO *ginf = NULL; in tls_parse_stoc_key_share()