Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dssl_lib.c184 static uint32_t ssl_session_hash(const SSL_SESSION *a) { in ssl_session_hash() function
250 ret->sessions = lh_SSL_SESSION_new(ssl_session_hash, ssl_session_cmp); in SSL_CTX_new()