Searched refs:GetTPMTokenInfo (Results 1 – 3 of 3) sorted by relevance
110 crypto::GetTPMTokenInfo(&token_name, &user_pin); in PKCS11PasswordFunc()247 void GetTPMTokenInfo(std::string* token_name, std::string* user_pin) { in GetTPMTokenInfo() function in crypto::__anon2d3fb69c0111::NSSInitSingleton257 GetTPMTokenInfo(&token_name, NULL); in GetTPMSlot()687 void GetTPMTokenInfo(std::string* token_name, std::string* user_pin) { in GetTPMTokenInfo() function688 g_nss_singleton.Get().GetTPMTokenInfo(token_name, user_pin); in GetTPMTokenInfo()
110 void GetTPMTokenInfo(std::string* token_name, std::string* user_pin);
72 crypto::GetTPMTokenInfo(&token_name, &user_pin); in Start()