Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/ssl/
H A Dt1_lib.c532 tls1_get_supported_group(const SSL *ssl, int *out_nid) in tls1_get_supported_group() function
H A Dtls13_server.c449 if (!tls1_get_supported_group(ctx->ssl, &nid)) in tls13_server_hello_retry_request_send()
H A Dssl_locl.h1535 int tls1_get_supported_group(const SSL *s, int *out_nid);
H A Dssl_srvr.c1383 if (!tls1_get_supported_group(s, &nid)) { in ssl3_send_server_kex_ecdhe()
H A Ds3_lib.c2553 can_use_ecc = tls1_get_supported_group(s, &nid); in ssl3_choose_cipher()