Searched refs:public_key_content (Results 1 – 1 of 1) sorted by relevance
240 const std::string& public_key_content) { in CompareKeys() argument241 return public_key_content.length() == length && in CompareKeys()242 memcmp(&public_key_content[0], key, length) == 0; in CompareKeys()