Home
last modified time | relevance | path

Searched refs:OSSL_CAPABILITY_TLS_GROUP_MAX_DTLS (Results 1 – 8 of 8) sorted by relevance

/third_party/openssl/providers/common/
Dcapabilities.c118 OSSL_PARAM_int(OSSL_CAPABILITY_TLS_GROUP_MAX_DTLS, \
/third_party/node/deps/openssl/openssl/providers/common/
Dcapabilities.c118 OSSL_PARAM_int(OSSL_CAPABILITY_TLS_GROUP_MAX_DTLS, \
/third_party/openssl/test/
Dtls-provider.c147 OSSL_PARAM_int(OSSL_CAPABILITY_TLS_GROUP_MAX_DTLS, &xor_group.maxdtls),
166 OSSL_PARAM_int(OSSL_CAPABILITY_TLS_GROUP_MAX_DTLS, &xor_kemgroup.maxdtls),
/third_party/node/deps/openssl/openssl/include/openssl/
Dcore_names.h520 #define OSSL_CAPABILITY_TLS_GROUP_MAX_DTLS "tls-max-dtls" macro
/third_party/openssl/include/openssl/
Dcore_names.h520 #define OSSL_CAPABILITY_TLS_GROUP_MAX_DTLS "tls-max-dtls" macro
/third_party/openssl/doc/man7/
Dprovider-base.pod602 =item "tls-max-dtls" (B<OSSL_CAPABILITY_TLS_GROUP_MAX_DTLS>) <integer>
/third_party/openssl/ssl/
Dt1_lib.c334 p = OSSL_PARAM_locate_const(params, OSSL_CAPABILITY_TLS_GROUP_MAX_DTLS); in add_provider_groups()
/third_party/node/deps/openssl/openssl/ssl/
Dt1_lib.c335 p = OSSL_PARAM_locate_const(params, OSSL_CAPABILITY_TLS_GROUP_MAX_DTLS); in add_provider_groups()