Searched refs:private_key_contents (Results 1 – 2 of 2) sorted by relevance
85 std::string private_key_contents; in ReadInputKey() local87 &private_key_contents)) { in ReadInputKey()94 if (!Extension::ParsePEMKeyBytes(private_key_contents, in ReadInputKey()
129 std::string private_key_contents; in ReadInputKey() local130 if (!base::ReadFileToString(private_key_path, &private_key_contents)) { in ReadInputKey()137 if (!Extension::ParsePEMKeyBytes(private_key_contents, in ReadInputKey()