Home
last modified time | relevance | path

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

/netbsd-src/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-src/crypto/external/bsd/openssl/dist/ssl/
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()