Home | History | Annotate | Download | only in server

Lines Matching refs:username

190   // for the given |key|, according to the given |profile|, |username| and
192 bool CreateCertificateRequest(const std::string& username,
201 // |key| identified by |username| and |key_label|. Returns true on success. On
205 const std::string& username,
218 // Creates, certifies, and saves a new |key| for |username| with the given
220 bool CreateKey(const std::string& username,
226 // Finds the |key| associated with |username| and |key_label|. Returns false
228 bool FindKeyByLabel(const std::string& username,
232 // Saves the |key| associated with |username| and |key_label|. Returns true on
234 bool SaveKey(const std::string& username,
238 // Deletes the key associated with |username| and |key_label|.
239 void DeleteKey(const std::string& username, const std::string& key_label);