Searched refs:CA_NAME (Results 1 – 1 of 1) sorted by relevance
33 constexpr const char *CA_NAME = "ca"; variable52 if (!NapiUtils::HasNamedProperty(env, secureOptions, CA_NAME)) { in ReadNecessaryOptions()55 napi_value caCert = NapiUtils::GetNamedProperty(env, secureOptions, CA_NAME); in ReadNecessaryOptions()58 std::string ca = NapiUtils::GetStringPropertyUtf8(env, secureOptions, CA_NAME); in ReadNecessaryOptions()