Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dinternal.h1070 int ssl_prepare_clienthello_tlsext(SSL *s);
Dt1_lib.c1920 int ssl_prepare_clienthello_tlsext(SSL *s) { return 1; } in ssl_prepare_clienthello_tlsext() function
Ds3_clnt.c697 if (ssl_prepare_clienthello_tlsext(s) <= 0) { in ssl3_send_client_hello()