Home | History | Annotate | Download | only in platform_keys

Lines Matching refs:token_id

75 // Called back with the NSSCertDatabase associated to the given |token_id|.
111 // Asynchronously fetches the NSSCertDatabase and PK11Slot for |token_id|.
114 void GetCertDatabase(const std::string& token_id,
118 // TODO(pneubeck): Decide which DB to retrieve depending on |token_id|.
497 void GenerateRSAKey(const std::string& token_id,
512 GetCertDatabase(token_id,
518 void Sign(const std::string& token_id,
533 GetCertDatabase(token_id,
541 void GetCertificates(const std::string& token_id,
548 GetCertDatabase(token_id,
554 void ImportCertificate(const std::string& token_id,
567 GetCertDatabase(token_id,
573 void RemoveCertificate(const std::string& token_id,
585 GetCertDatabase(token_id,