Home
last modified time | relevance | path

Searched refs:SSL_renegotiate_pending (Results 1 - 25 of 63) sorted by relevance

123

/third_party/node/src/crypto/
H A Dcrypto_tls.cc549 // SSL_renegotiate_pending() should take `const SSL*`, but it does not. in SSLInfoCallback()
573 if (where & SSL_CB_HANDSHAKE_DONE && !SSL_renegotiate_pending(ssl)) { in SSLInfoCallback()
575 CHECK(!SSL_renegotiate_pending(ssl)); in SSLInfoCallback()
/third_party/openssl/test/helpers/
H A Dhandshake.c903 if (!SSL_renegotiate_pending(peer->ssl)) { in do_reneg_setup_step()
/third_party/openssl/ohos_lite/include/openssl/
H A Dssl.h1923 __owur int SSL_renegotiate_pending(const SSL *s);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dssl.h2070 __owur int SSL_renegotiate_pending(const SSL *s);
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dssl.h2070 __owur int SSL_renegotiate_pending(const SSL *s);
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dssl.h2070 __owur int SSL_renegotiate_pending(const SSL *s);
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dssl.h2070 __owur int SSL_renegotiate_pending(const SSL *s);
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dssl.h2070 __owur int SSL_renegotiate_pending(const SSL *s);
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dssl.h2070 __owur int SSL_renegotiate_pending(const SSL *s);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dssl.h2070 __owur int SSL_renegotiate_pending(const SSL *s);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dssl.h2070 __owur int SSL_renegotiate_pending(const SSL *s);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dssl.h2070 __owur int SSL_renegotiate_pending(const SSL *s);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dssl.h2070 __owur int SSL_renegotiate_pending(const SSL *s);
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Dssl.h2070 __owur int SSL_renegotiate_pending(const SSL *s);
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dssl.h2070 __owur int SSL_renegotiate_pending(const SSL *s);
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/
H A Dssl.h2070 __owur int SSL_renegotiate_pending(const SSL *s);
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Dssl.h2070 __owur int SSL_renegotiate_pending(const SSL *s);
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
H A Dssl.h2070 __owur int SSL_renegotiate_pending(const SSL *s);
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/
H A Dssl.h2070 __owur int SSL_renegotiate_pending(const SSL *s);
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/
H A Dssl.h2070 __owur int SSL_renegotiate_pending(const SSL *s);
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/include/openssl/
H A Dssl.h2070 __owur int SSL_renegotiate_pending(const SSL *s);
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm/include/openssl/
H A Dssl.h2070 __owur int SSL_renegotiate_pending(const SSL *s);
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm_avx2/include/openssl/
H A Dssl.h2070 __owur int SSL_renegotiate_pending(const SSL *s);
/third_party/node/deps/openssl/config/archs/VC-WIN32/no-asm/include/openssl/
H A Dssl.h2070 __owur int SSL_renegotiate_pending(const SSL *s);
/third_party/node/deps/openssl/config/archs/VC-WIN64-ARM/no-asm/include/openssl/
H A Dssl.h2070 __owur int SSL_renegotiate_pending(const SSL *s);

Completed in 121 milliseconds

123