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

  /src/crypto/external/apache2/openssl/dist/test/helpers/
handshake.c 919 if (!SSL_renegotiate_pending(peer->ssl)) {
  /src/crypto/external/bsd/openssl/dist/test/helpers/
handshake.c 909 if (!SSL_renegotiate_pending(peer->ssl)) {
  /src/crypto/external/bsd/openssl.old/dist/test/
handshake_helper.c 929 if (!SSL_renegotiate_pending(peer->ssl)) {
sslapitest.c 648 || !TEST_true(SSL_renegotiate_pending(clientssl)))
668 if (!TEST_false(SSL_renegotiate_pending(clientssl))
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
ssl.h 1933 __owur int SSL_renegotiate_pending(const SSL *s);
  /src/crypto/external/apache2/openssl/dist/include/openssl/
ssl.h.in 2073 __owur int SSL_renegotiate_pending(const SSL *s);
  /src/crypto/external/bsd/openssl/dist/include/openssl/
ssl.h.in 1998 __owur int SSL_renegotiate_pending(const SSL *s);
  /src/crypto/external/apache2/openssl/dist/test/
sslapitest.c 922 || !TEST_true(SSL_renegotiate_pending(clientssl)))
942 if (!TEST_false(SSL_renegotiate_pending(clientssl))
  /src/crypto/external/bsd/openssl/dist/test/
sslapitest.c 906 || !TEST_true(SSL_renegotiate_pending(clientssl)))
926 if (!TEST_false(SSL_renegotiate_pending(clientssl))
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_lib.c 2355 int SSL_renegotiate_pending(const SSL *s)
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_lib.c 2190 int SSL_renegotiate_pending(const SSL *s)
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_lib.c 2904 int SSL_renegotiate_pending(const SSL *s)

Completed in 73 milliseconds