Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dinternal.h1040 int tls1_check_curve(SSL *s, CBS *cbs, uint16_t *out_curve_id);
Dt1_lib.c407 int tls1_check_curve(SSL *s, CBS *cbs, uint16_t *out_curve_id) { in tls1_check_curve() function
Ds3_clnt.c1214 if (!tls1_check_curve(s, &server_key_exchange, &curve_id)) { in ssl3_get_server_key_exchange()