Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssl/dist/ssl/
H A Dt1_lib.c233 TLS_GROUP_INFO *ginf = NULL; in add_provider_groups()
240 TLS_GROUP_INFO *tmp = NULL; in add_provider_groups()
243 tmp = OPENSSL_malloc(sizeof(TLS_GROUP_INFO) in add_provider_groups()
249 * sizeof(TLS_GROUP_INFO)); in add_provider_groups()
257 sizeof(TLS_GROUP_INFO) * TLS_GROUP_LIST_MALLOC_BLOCK_SIZE); in add_provider_groups()
438 const TLS_GROUP_INFO *tls1_group_id_lookup(SSL_CTX *ctx, uint16_t group_id) in tls1_group_id_lookup()
527 const TLS_GROUP_INFO *ginfo = tls1_group_id_lookup(s->ctx, group_id); in tls_valid_group()
569 const TLS_GROUP_INFO *ginfo = tls1_group_id_lookup(s->ctx, group); in tls_group_allowed()
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.c3614 const TLS_GROUP_INFO *cinf in ssl3_ctrl()
4693 const TLS_GROUP_INFO *ginf = tls1_group_id_lookup(s->ctx, id); in ssl_generate_pkey_group()
4735 const TLS_GROUP_INFO *ginf = tls1_group_id_lookup(s->ctx, id); in ssl_generate_param_group()
4953 const TLS_GROUP_INFO *cinf = NULL; in SSL_group_to_name()
/netbsd/crypto/external/bsd/openssl.old/dist/ssl/
H A Ds3_lib.c3612 const TLS_GROUP_INFO *cinf = tls1_group_id_lookup(clist[i]); in ssl3_ctrl()
3636 const TLS_GROUP_INFO *ginf = tls1_group_id_lookup(id); in ssl3_ctrl()
4709 const TLS_GROUP_INFO *ginf = tls1_group_id_lookup(id); in ssl_generate_pkey_group()
4757 const TLS_GROUP_INFO *ginf = tls1_group_id_lookup(id); in ssl_generate_param_group()
H A Dt1_lib.c141 static const TLS_GROUP_INFO nid_list[] = {
194 const TLS_GROUP_INFO *tls1_group_id_lookup(uint16_t group_id) in tls1_group_id_lookup()
252 const TLS_GROUP_INFO *cinfo = tls1_group_id_lookup(curve); in tls_curve_allowed()
H A Dssl_local.h1511 } TLS_GROUP_INFO; typedef
2514 __owur const TLS_GROUP_INFO *tls1_group_id_lookup(uint16_t curve_id);
/netbsd/crypto/external/bsd/openssl/dist/ssl/statem/
H A Dextensions_srvr.c1595 const TLS_GROUP_INFO *ginf = NULL; in tls_construct_stoc_key_share()
H A Dextensions_clnt.c1744 const TLS_GROUP_INFO *ginf = NULL; in tls_parse_stoc_key_share()