Lines Matching defs:new_store
10066 X509_STORE *store = NULL, *new_store = NULL,
10087 new_store = X509_STORE_new();
10088 if (!TEST_ptr(new_store))
10096 if (!TEST_true(SSL_CTX_set1_verify_cert_store(ctx, new_store)))
10109 if (!TEST_ptr_eq(store, new_store) || !TEST_ptr_eq(cstore, new_cstore))
10132 X509_STORE_free(new_store);
10146 X509_STORE *store = NULL, *new_store = NULL,
10172 new_store = X509_STORE_new();
10173 if (!TEST_ptr(new_store))
10181 if (!TEST_true(SSL_set1_verify_cert_store(ssl, new_store)))
10194 if (!TEST_ptr_eq(store, new_store) || !TEST_ptr_eq(cstore, new_cstore))
10217 X509_STORE_free(new_store);