Searched refs:ca_store (Results 1 – 1 of 1) sorted by relevance
99 X509_STORE *ca_store = NULL; in get_cert_chain() local104 if ((ca_store = X509_STORE_new()) == NULL) { in get_cert_chain()115 if (X509_STORE_add_cert(ca_store, ca_cert) == 0) { in get_cert_chain()130 (void) X509_STORE_CTX_init(store_ctx, ca_store, cert, clcerts); in get_cert_chain()143 if (ca_store != NULL) in get_cert_chain()144 (void) X509_STORE_free(ca_store); in get_cert_chain()