Searched refs:supportedgroups_len (Results 1 – 5 of 5) sorted by relevance
/openssl/ssl/ |
H A D | s3_lib.c | 3563 &sc->ext.supportedgroups_len, in ssl3_ctrl() 3716 &sc->ext.supportedgroups_len, parg, larg); in ssl3_ctrl() 3720 &sc->ext.supportedgroups_len, parg); in ssl3_ctrl() 3915 &ctx->ext.supportedgroups_len, in ssl3_ctx_ctrl() 4016 &ctx->ext.supportedgroups_len, in ssl3_ctx_ctrl() 4021 &ctx->ext.supportedgroups_len, in ssl3_ctx_ctrl()
|
H A D | ssl_local.h | 1016 size_t supportedgroups_len; member 1607 size_t supportedgroups_len; member
|
H A D | ssl_lib.c | 842 ctx->ext.supportedgroups_len in ossl_ssl_connection_new_int() 845 s->ext.supportedgroups_len = 0; in ossl_ssl_connection_new_int() 848 s->ext.supportedgroups_len = ctx->ext.supportedgroups_len; in ossl_ssl_connection_new_int()
|
H A D | t1_lib.c | 840 *pgroupslen = s->ext.supportedgroups_len; in tls1_get_supported_groups()
|
/openssl/test/ |
H A D | sslapitest.c | 9763 if (!TEST_size_t_eq(ctx->ext.supportedgroups_len, 2) in test_unknown_sigalgs_groups() 9791 || !TEST_size_t_eq(ctx->ext.supportedgroups_len, default_groups_len)) in test_configuration_of_groups() 9798 || !TEST_size_t_eq(ctx->ext.supportedgroups_len, default_groups_len - 1) in test_configuration_of_groups() 9800 || !TEST_size_t_eq(ctx->ext.supportedgroups_len, default_groups_len) in test_configuration_of_groups() 9808 || !TEST_size_t_eq(ctx->ext.supportedgroups_len, 1) in test_configuration_of_groups()
|
Completed in 138 milliseconds