HomeSort by: relevance | last modified time | path
    Searched refs:ssl_session_hash (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_lib.c 937 * A quick examination of SSL_SESSION_hash and SSL_SESSION_cmp shows how
3194 static unsigned long ssl_session_hash(const SSL_SESSION *a) function
3232 * SSL_SESSION_hash and SSL_SESSION_cmp for void* types and casting each
3295 ret->sessions = lh_SSL_SESSION_new(ssl_session_hash, ssl_session_cmp);
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_lib.c 926 * A quick examination of SSL_SESSION_hash and SSL_SESSION_cmp shows how
2988 static unsigned long ssl_session_hash(const SSL_SESSION *a) function
3026 * SSL_SESSION_hash and SSL_SESSION_cmp for void* types and casting each
3071 ret->sessions = lh_SSL_SESSION_new(ssl_session_hash, ssl_session_cmp);
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_lib.c 1084 * A quick examination of SSL_SESSION_hash and SSL_SESSION_cmp shows how
3849 static unsigned long ssl_session_hash(const SSL_SESSION *a) function
3952 * SSL_SESSION_hash and SSL_SESSION_cmp for void* types and casting each
4051 ret->sessions = lh_SSL_SESSION_new(ssl_session_hash, ssl_session_cmp);

Completed in 110 milliseconds