Searched refs:tls1_group_id_lookup (Results 1 – 5 of 5) sorted by relevance
/openssl/ssl/ |
H A D | t1_lib.c | 748 const TLS_GROUP_INFO *tls1_group_id_lookup(SSL_CTX *ctx, uint16_t group_id) in tls1_group_id_lookup() function 762 const TLS_GROUP_INFO *tls_group_info = tls1_group_id_lookup(ctx, group_id); in tls1_group_id2name() 850 const TLS_GROUP_INFO *ginfo = tls1_group_id_lookup(SSL_CONNECTION_GET_CTX(s), in tls_valid_group() 889 const TLS_GROUP_INFO *ginfo = tls1_group_id_lookup(SSL_CONNECTION_GET_CTX(s), in tls_group_allowed() 967 inf = tls1_group_id_lookup(ctx, id); in tls1_shared_group()
|
H A D | s3_lib.c | 3703 = tls1_group_id_lookup(s->ctx, clist[i]); in ssl3_ctrl() 4830 const TLS_GROUP_INFO *ginf = tls1_group_id_lookup(sctx, id); in ssl_generate_pkey_group() 4873 const TLS_GROUP_INFO *ginf = tls1_group_id_lookup(sctx, id); in ssl_generate_param_group() 5119 cinf = tls1_group_id_lookup(s->ctx, group_id); in SSL_group_to_name()
|
H A D | ssl_local.h | 2789 __owur const TLS_GROUP_INFO *tls1_group_id_lookup(SSL_CTX *ctx, uint16_t curve_id);
|
/openssl/ssl/statem/ |
H A D | extensions_srvr.c | 1691 if ((ginf = tls1_group_id_lookup(SSL_CONNECTION_GET_CTX(s), in tls_construct_stoc_key_share()
|
H A D | extensions_clnt.c | 1920 if ((ginf = tls1_group_id_lookup(SSL_CONNECTION_GET_CTX(s), in tls_parse_stoc_key_share()
|
Completed in 52 milliseconds