Home
last modified time | relevance | path

Searched refs:supported_groups (Results 1 – 11 of 11) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dext_internal_test.c37 EXT_ENTRY(supported_groups),
/freebsd/crypto/openssl/test/recipes/90-test_sslapi_data/
H A Dssltraceref-zlib.txt21 extension_type=supported_groups(10), length=20
H A Dssltraceref.txt21 extension_type=supported_groups(10), length=20
/freebsd/crypto/openssl/test/recipes/75-test_quicapi_data/
H A Dssltraceref-zlib.txt26 extension_type=supported_groups(10), length=18
H A Dssltraceref.txt26 extension_type=supported_groups(10), length=18
/freebsd/sys/contrib/ena-com/ena_defs/
H A Dena_admin_defs.h840 uint32_t supported_groups; member
/freebsd/crypto/openssl/test/ssl-tests/
H A D20-cert-select.cnf.in100 #Deliberately set supported_groups to one not in the cert. This
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set1_curves.pod190 client in the supported_groups extension. The B<*out> array of bytes
/freebsd/sys/contrib/ena-com/
H A Dena_com.c1631 if ((get_resp.u.aenq.supported_groups & groups_flag) != groups_flag) { in ena_com_set_aenq_config()
1633 get_resp.u.aenq.supported_groups, in ena_com_set_aenq_config()
/freebsd/crypto/openssl/doc/man7/
H A Dprovider-base.pod590 supported_groups extension, and TLS servers can select a group from the offered
/freebsd/sys/dev/ena/
H A Dena.c3024 aenq_groups &= get_feat_ctx->aenq.supported_groups; in ena_device_init()