Searched refs:Pkcs11GetTpmTokenInfo (Results 1 – 4 of 4) sorted by relevance
205 void Pkcs11GetTpmTokenInfo(std::string* label, std::string* user_pin) { in Pkcs11GetTpmTokenInfo() function in chromeos::CryptohomeLibraryImpl422 void Pkcs11GetTpmTokenInfo(std::string* label, in Pkcs11GetTpmTokenInfo() function in chromeos::CryptohomeLibraryStubImpl
150 virtual void Pkcs11GetTpmTokenInfo(std::string* label,
83 MOCK_METHOD2(Pkcs11GetTpmTokenInfo, void(std::string*, std::string*));
571 CrosLibrary::Get()->GetCryptohomeLibrary()->Pkcs11GetTpmTokenInfo( in GetTokenInfo()