Lines Matching defs:cstore
9992 *cstore = NULL, *new_cstore = NULL;
10004 if (!TEST_true(SSL_CTX_get0_chain_cert_store(ctx, &cstore)))
10008 if (!TEST_ptr_null(store) || !TEST_ptr_null(cstore))
10031 if (!TEST_true(SSL_CTX_get0_chain_cert_store(ctx, &cstore)))
10034 if (!TEST_ptr_eq(store, new_store) || !TEST_ptr_eq(cstore, new_cstore))
10048 if (!TEST_true(SSL_CTX_get0_chain_cert_store(ctx, &cstore)))
10051 if (!TEST_ptr_null(store) || !TEST_ptr_null(cstore))
10072 *cstore = NULL, *new_cstore = NULL;
10089 if (!TEST_true(SSL_get0_chain_cert_store(ssl, &cstore)))
10093 if (!TEST_ptr_null(store) || !TEST_ptr_null(cstore))
10116 if (!TEST_true(SSL_get0_chain_cert_store(ssl, &cstore)))
10119 if (!TEST_ptr_eq(store, new_store) || !TEST_ptr_eq(cstore, new_cstore))
10133 if (!TEST_true(SSL_get0_chain_cert_store(ssl, &cstore)))
10136 if (!TEST_ptr_null(store) || !TEST_ptr_null(cstore))