Lines Matching refs:store
335 X509_STORE *store;
348 if (TEST_ptr(store = X509_STORE_new())
349 && TEST_true(X509_STORE_add_cert(store, root))) {
350 X509_VERIFY_PARAM_set_flags(X509_STORE_get0_param(store),
352 chain = X509_build_chain(fixture->cert, fixture->certs, store,
361 X509_STORE_free(store);
464 X509_STORE *store = X509_STORE_new();
468 if (!TEST_true(ossl_cmp_X509_STORE_add1_certs(store,
472 sk = X509_STORE_get1_all_certs(store);
477 X509_STORE_free(store);