Home
last modified time | relevance | path

Searched refs:TLS_CURVE_CUSTOM (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/ssl/
Ds3_lib.c4706 if (gtype == TLS_CURVE_CUSTOM) in ssl_generate_pkey_group()
4720 if (gtype != TLS_CURVE_CUSTOM in ssl_generate_pkey_group()
4750 if ((ginf->flags & TLS_CURVE_TYPE) == TLS_CURVE_CUSTOM) { in ssl_generate_param_group()
Dt1_lib.c170 {EVP_PKEY_X25519, 128, TLS_CURVE_CUSTOM}, /* X25519 (29) */
171 {EVP_PKEY_X448, 224, TLS_CURVE_CUSTOM}, /* X448 (30) */
Dssl_local.h1517 # define TLS_CURVE_CUSTOM 0x2 macro