Home
last modified time | relevance | path

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

/openssl/ssl/
H A Ds3_lib.c3563 &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 Dssl_local.h1016 size_t supportedgroups_len; member
1607 size_t supportedgroups_len; member
H A Dssl_lib.c842 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 Dt1_lib.c840 *pgroupslen = s->ext.supportedgroups_len; in tls1_get_supported_groups()
/openssl/test/
H A Dsslapitest.c9763 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