Home
last modified time | relevance | path

Searched refs:create_cert_store (Results 1 – 1 of 1) sorted by relevance

/dragonfly/crypto/libressl/apps/openssl/
HDts.c111 static X509_STORE *create_cert_store(char *ca_path, char *ca_file);
1166 if ((store = create_cert_store(ca_path, ca_file)) == NULL) in create_verify_ctx()
1189 create_cert_store(char *ca_path, char *ca_file) in create_cert_store() function