Searched refs:empty_store (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/ldns/
H A Ddane.c204 X509_STORE* empty_store = NULL; local
210 store = empty_store = X509_STORE_new();
238 if (empty_store) {
239 X509_STORE_free(empty_store);
252 X509_STORE* empty_store = NULL; local
257 empty_store = X509_STORE_new();
264 } else if (X509_STORE_CTX_init(vrfy_ctx, empty_store,
279 X509_STORE_free(empty_store);
313 X509_STORE* empty_store = NULL; local
318 empty_store
[all...]

Completed in 136 milliseconds