Lines Matching refs:cstore
7093 *cstore = NULL, *new_cstore = NULL;
7105 if (!TEST_true(SSL_CTX_get0_chain_cert_store(ctx, &cstore)))
7109 if (!TEST_ptr_null(store) || !TEST_ptr_null(cstore))
7132 if (!TEST_true(SSL_CTX_get0_chain_cert_store(ctx, &cstore)))
7135 if (!TEST_ptr_eq(store, new_store) || !TEST_ptr_eq(cstore, new_cstore))
7149 if (!TEST_true(SSL_CTX_get0_chain_cert_store(ctx, &cstore)))
7152 if (!TEST_ptr_null(store) || !TEST_ptr_null(cstore))
7173 *cstore = NULL, *new_cstore = NULL;
7190 if (!TEST_true(SSL_get0_chain_cert_store(ssl, &cstore)))
7194 if (!TEST_ptr_null(store) || !TEST_ptr_null(cstore))
7217 if (!TEST_true(SSL_get0_chain_cert_store(ssl, &cstore)))
7220 if (!TEST_ptr_eq(store, new_store) || !TEST_ptr_eq(cstore, new_cstore))
7234 if (!TEST_true(SSL_get0_chain_cert_store(ssl, &cstore)))
7237 if (!TEST_ptr_null(store) || !TEST_ptr_null(cstore))