Searched refs:tls1_group_id_lookup (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | s3_lib.c | 3619 = 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 D | t1_lib.c | 439 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 D | ssl_local.h | 2708 __owur const TLS_GROUP_INFO *tls1_group_id_lookup(SSL_CTX *ctx, uint16_t curve_id);
|
/third_party/openssl/ssl/ |
H A D | s3_lib.c | 3619 = 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 D | t1_lib.c | 438 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 D | ssl_local.h | 2652 __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 D | extensions_srvr.c | 1670 if ((ginf = tls1_group_id_lookup(s->ctx, s->s3.group_id)) == NULL) { in tls_construct_stoc_key_share()
|
H A D | extensions_clnt.c | 1866 if ((ginf = tls1_group_id_lookup(s->ctx, group_id)) == NULL) { in tls_parse_stoc_key_share()
|
/third_party/openssl/ssl/statem/ |
H A D | extensions_srvr.c | 1637 if ((ginf = tls1_group_id_lookup(s->ctx, s->s3.group_id)) == NULL) { in tls_construct_stoc_key_share()
|
H A D | extensions_clnt.c | 1851 if ((ginf = tls1_group_id_lookup(s->ctx, group_id)) == NULL) { in tls_parse_stoc_key_share()
|
Completed in 50 milliseconds