/third_party/openssl/test/ |
H A D | sslapitest.c | 2072 if (use_int_cache && !TEST_false(SSL_CTX_add_session(cctx, sess1))) in execute_test_session() 2146 if (!TEST_true(SSL_CTX_add_session(cctx, sess2)) in execute_test_session() 2178 if (use_int_cache && !TEST_true(SSL_CTX_add_session(cctx, sess2))) in execute_test_session() 2234 if (!TEST_false(SSL_CTX_add_session(sctx, sess2))) in execute_test_session() 2304 SSL_CTX_add_session(sctx, sess1); in execute_test_session() 2305 SSL_CTX_add_session(sctx, sess2); in execute_test_session() 2308 if (!TEST_true(SSL_CTX_add_session(sctx, sess1)) in execute_test_session() 8847 if (!TEST_int_eq(SSL_CTX_add_session(ctx, early), 1) in test_session_timeout() 8848 || !TEST_int_eq(SSL_CTX_add_session(ctx, middle), 1) in test_session_timeout() 8849 || !TEST_int_eq(SSL_CTX_add_session(ct in test_session_timeout() [all...] |
H A D | ssl_old_test.c | 1778 if (SSL_CTX_add_session(s_ctx, server_sess) == 0) { in main()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_sess.c | 538 * Either return value of SSL_CTX_add_session should not in lookup_sess_in_cache() 542 (void)SSL_CTX_add_session(s->session_ctx, ret); in lookup_sess_in_cache() 702 int SSL_CTX_add_session(SSL_CTX *ctx, SSL_SESSION *c) in SSL_CTX_add_session() function
|
/third_party/openssl/ssl/ |
H A D | ssl_sess.c | 572 * Either return value of SSL_CTX_add_session should not in lookup_sess_in_cache() 576 (void)SSL_CTX_add_session(s->session_ctx, ret); in lookup_sess_in_cache() 736 int SSL_CTX_add_session(SSL_CTX *ctx, SSL_SESSION *c) in SSL_CTX_add_session() function
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
H A D | mod.rs | 1869 #[corresponds(SSL_CTX_add_session)] 1871 ffi::SSL_CTX_add_session(self.as_ptr(), session.as_ptr()) != 0 in add_session()
|
/third_party/openssl/test/helpers/ |
H A D | handshake.c | 1464 && !TEST_true(SSL_CTX_add_session(server_ctx, in do_handshake_internal()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | ssl.rs | 556 pub fn SSL_CTX_add_session(ctx: *mut SSL_CTX, session: *mut SSL_SESSION) -> c_int; in SSL_CTX_add_session() functions
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | ssl.h | 1667 int SSL_CTX_add_session(SSL_CTX *ctx, SSL_SESSION *session);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | ssl.h | 1777 int SSL_CTX_add_session(SSL_CTX *ctx, SSL_SESSION *session);
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | ssl.h | 1777 int SSL_CTX_add_session(SSL_CTX *ctx, SSL_SESSION *session);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | ssl.h | 1777 int SSL_CTX_add_session(SSL_CTX *ctx, SSL_SESSION *session);
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | ssl.h | 1777 int SSL_CTX_add_session(SSL_CTX *ctx, SSL_SESSION *session);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | ssl.h | 1777 int SSL_CTX_add_session(SSL_CTX *ctx, SSL_SESSION *session);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | ssl.h | 1777 int SSL_CTX_add_session(SSL_CTX *ctx, SSL_SESSION *session);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
H A D | ssl.h | 1777 int SSL_CTX_add_session(SSL_CTX *ctx, SSL_SESSION *session);
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | ssl.h | 1777 int SSL_CTX_add_session(SSL_CTX *ctx, SSL_SESSION *session);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
H A D | ssl.h | 1777 int SSL_CTX_add_session(SSL_CTX *ctx, SSL_SESSION *session);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | ssl.h | 1777 int SSL_CTX_add_session(SSL_CTX *ctx, SSL_SESSION *session);
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
H A D | ssl.h | 1777 int SSL_CTX_add_session(SSL_CTX *ctx, SSL_SESSION *session);
|
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/ |
H A D | ssl.h | 1777 int SSL_CTX_add_session(SSL_CTX *ctx, SSL_SESSION *session);
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/ |
H A D | ssl.h | 1777 int SSL_CTX_add_session(SSL_CTX *ctx, SSL_SESSION *session);
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/ |
H A D | ssl.h | 1777 int SSL_CTX_add_session(SSL_CTX *ctx, SSL_SESSION *session);
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/ |
H A D | ssl.h | 1777 int SSL_CTX_add_session(SSL_CTX *ctx, SSL_SESSION *session);
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/ |
H A D | ssl.h | 1777 int SSL_CTX_add_session(SSL_CTX *ctx, SSL_SESSION *session);
|
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/ |
H A D | ssl.h | 1777 int SSL_CTX_add_session(SSL_CTX *ctx, SSL_SESSION *session);
|