Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dhandshake_server.c174 static int ssl3_process_client_hello(SSL_HANDSHAKE *hs);
227 ret = ssl3_process_client_hello(hs); in ssl3_accept()
806 static int ssl3_process_client_hello(SSL_HANDSHAKE *hs) { in ssl3_process_client_hello() function