Searched refs:add_cert_for_store (Results 1 – 1 of 1) sorted by relevance
186 add_cert_for_store(X509_STORE *store, const char *name) in add_cert_for_store() function371 if (add_cert_for_store(store, "CA") < 0 || in main()372 add_cert_for_store(store, "AuthRoot") < 0 || in main()373 add_cert_for_store(store, "ROOT") < 0) { in main()