Home
last modified time | relevance | path

Searched refs:tls1_group_id_lookup (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/openssl/openssl/ssl/
H A Ds3_lib.c3619 = tls1_group_id_lookup(s->ctx, clist[i]); 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()
4966 cinf = tls1_group_id_lookup(s->ctx, group_id); in SSL_group_to_name()
H A Dt1_lib.c439 const TLS_GROUP_INFO *tls1_group_id_lookup(SSL_CTX *ctx, uint16_t group_id) in tls1_group_id_lookup() function
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()
646 inf = tls1_group_id_lookup(ctx, id); in tls1_shared_group()
H A Dssl_local.h2708 __owur const TLS_GROUP_INFO *tls1_group_id_lookup(SSL_CTX *ctx, uint16_t curve_id);
/third_party/openssl/ssl/
H A Ds3_lib.c3619 = tls1_group_id_lookup(s->ctx, clist[i]); 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()
4966 cinf = tls1_group_id_lookup(s->ctx, group_id); in SSL_group_to_name()
H A Dt1_lib.c438 const TLS_GROUP_INFO *tls1_group_id_lookup(SSL_CTX *ctx, uint16_t group_id) in tls1_group_id_lookup() function
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.h2652 __owur const TLS_GROUP_INFO *tls1_group_id_lookup(SSL_CTX *ctx, uint16_t curve_id);
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dextensions_srvr.c1670 if ((ginf = tls1_group_id_lookup(s->ctx, s->s3.group_id)) == NULL) { in tls_construct_stoc_key_share()
H A Dextensions_clnt.c1866 if ((ginf = tls1_group_id_lookup(s->ctx, group_id)) == NULL) { in tls_parse_stoc_key_share()
/third_party/openssl/ssl/statem/
H A Dextensions_srvr.c1637 if ((ginf = tls1_group_id_lookup(s->ctx, s->s3.group_id)) == NULL) { in tls_construct_stoc_key_share()
H A Dextensions_clnt.c1851 if ((ginf = tls1_group_id_lookup(s->ctx, group_id)) == NULL) { in tls_parse_stoc_key_share()

Completed in 50 milliseconds