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

  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_sess.c 264 while (SSL_has_matching_session_id(ssl, id, *id_len) &&
352 if (SSL_has_matching_session_id(s, ss->session_id,
ssl_lib.c 922 int SSL_has_matching_session_id(const SSL *ssl, const unsigned char *id,
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_sess.c 333 } while (SSL_has_matching_session_id(ssl, id, *id_len) && (++retry < MAX_SESS_ID_ATTEMPTS));
426 if (SSL_has_matching_session_id(ssl, ss->session_id,
ssl_lib.c 1080 int SSL_has_matching_session_id(const SSL *ssl, const unsigned char *id,
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_sess.c 358 while (SSL_has_matching_session_id(ssl, id, *id_len) &&
451 if (SSL_has_matching_session_id(s, ss->session_id,
ssl_lib.c 933 int SSL_has_matching_session_id(const SSL *ssl, const unsigned char *id,
  /src/crypto/external/bsd/openssl/dist/apps/
s_server.c 3673 while (SSL_has_matching_session_id(ssl, id, *id_len) &&
  /src/crypto/external/bsd/openssl.old/dist/apps/
s_server.c 3562 while (SSL_has_matching_session_id(ssl, id, *id_len) &&
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
ssl.h 664 * SSL_has_matching_session_id(ssl, id, *id_len) The length value passed in
1681 __owur int SSL_has_matching_session_id(const SSL *s,
  /src/crypto/external/apache2/openssl/dist/include/openssl/
ssl.h.in 677 * SSL_has_matching_session_id(ssl, id, *id_len) The length value passed in
1765 __owur int SSL_has_matching_session_id(const SSL *s,
  /src/crypto/external/bsd/openssl/dist/include/openssl/
ssl.h.in 655 * SSL_has_matching_session_id(ssl, id, *id_len) The length value passed in
1709 __owur int SSL_has_matching_session_id(const SSL *s,
  /src/crypto/external/apache2/openssl/dist/apps/
s_server.c 3912 } while (SSL_has_matching_session_id(ssl, id, *id_len) && (++count < MAX_SESSION_ID_ATTEMPTS));

Completed in 60 milliseconds