Searched refs:keyPath (Results 1 – 2 of 2) sorted by relevance
84 auto keyPath = GetExecutableDirectory() + "/data/server.key"; in readServerKeyAndCert() local85 bssl::UniquePtr<BIO> keyBio(BIO_new_file(keyPath.c_str(), "r")); in readServerKeyAndCert()
71 keyPath = arrayOf("**", key, "**") in getDefaultPropertiesList()