Searched defs:slot_id (Results 1 - 12 of 12) sorted by last modified time

/external/chromium_org/crypto/
H A Dnss_util.cc439 CK_SLOT_ID slot_id) {
447 PK11SlotInfo* slot = SECMOD_LookupSlot(chaps_module->moduleID, slot_id);
449 LOG(ERROR) << "TPM slot " << slot_id << " not found.";
488 CK_SLOT_ID slot_id) {
504 slot_id,
1063 CK_SLOT_ID slot_id) {
1064 g_nss_singleton.Get().InitializeTPMForChromeOSUser(username_hash, slot_id);
437 GetTPMSlotForIdOnWorkerThread( SECMODModule* chaps_module, CK_SLOT_ID slot_id) argument
487 InitializeTPMForChromeOSUser(const std::string& username_hash, CK_SLOT_ID slot_id) argument
1061 InitializeTPMForChromeOSUser( const std::string& username_hash, CK_SLOT_ID slot_id) argument
/external/chromium_org/chromeos/
H A Dcert_loader.cc120 int* slot_id) {
121 DCHECK(slot_id);
129 *slot_id = static_cast<int>(PK11_GetSlotID(priv_key->pkcs11Slot));
118 GetPkcs11IdAndSlotForCert( const net::X509Certificate& cert, int* slot_id) argument
/external/chromium_org/chromeos/network/
H A Dclient_cert_resolver.cc38 int slot_id)
42 key_slot_id(slot_id) {}
187 int slot_id = -1; local
195 CertLoader::GetPkcs11IdAndSlotForCert(*cert_it->cert, &slot_id);
204 it->service_path, it->cert_config.location, pkcs11_id, slot_id));
286 int slot_id = -1; local
288 CertLoader::GetPkcs11IdAndSlotForCert(*cert_it->cert, &slot_id);
296 client_cert_type, slot_id, pkcs11_id, shill_properties);
35 NetworkAndMatchingCert(const std::string& network_path, client_cert::ConfigType config_type, const std::string& cert_id, int slot_id) argument
H A Dclient_cert_resolver_unittest.cc104 int slot_id = 0; local
106 CertLoader::GetPkcs11IdAndSlotForCert(*test_client_cert_, &slot_id);
107 test_cert_id_ = base::StringPrintf("%i:%s", slot_id, pkcs11_id.c_str());
H A Dclient_cert_util.cc101 int* slot_id) {
102 *slot_id = -1;
117 *slot_id = parsed_slot_id;
100 GetPkcs11AndSlotIdFromEapCertId(const std::string& cert_id, int* slot_id) argument
H A Dnetwork_cert_migrator.cc238 const std::string& pkcs11_id, int* slot_id) {
239 *slot_id = -1;
246 *slot_id = current_slot_id;
237 FindCertificateWithPkcs11Id( const std::string& pkcs11_id, int* slot_id) argument
H A Dnetwork_cert_migrator_unittest.cc127 int slot_id = -1; local
129 *test_client_cert_, &slot_id);
131 ASSERT_NE(-1, slot_id);
132 test_client_cert_slot_id_ = base::IntToString(slot_id);
192 const std::string& slot_id,
205 shill::kL2tpIpsecClientCertSlotProperty, slot_id);
214 std::string* slot_id,
216 slot_id->clear();
232 shill::kL2tpIpsecClientCertSlotProperty, slot_id);
501 std::string slot_id; local
191 SetupVpnWithCertId(bool open_vpn, const std::string& slot_id, const std::string& pkcs11_id) argument
213 GetVpnCertId(bool open_vpn, std::string* slot_id, std::string* pkcs11_id) argument
[all...]
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_io_data.cc271 int slot_id) {
277 DVLOG(1) << "Got TPM slot for " << username_hash << ": " << slot_id; local
282 &crypto::InitializeTPMForChromeOSUser, username_hash, slot_id));
267 DidGetTPMInfoForUserOnUIThread(const std::string& username_hash, chromeos::DBusMethodCallStatus call_status, const std::string& label, const std::string& user_pin, int slot_id) argument
/external/chromium_org/chrome/browser/chromeos/options/
H A Dcert_library.cc168 std::string CertLibrary::GetUserCertPkcs11IdAt(int index, int* slot_id) const {
170 return CertLoader::GetPkcs11IdAndSlotForCert(*cert, slot_id);
195 int slot_id = -1; local
196 std::string id = CertLoader::GetPkcs11IdAndSlotForCert(*cert, &slot_id);
H A Dvpn_config_view.cc462 int slot_id = -1; local
464 CertLibrary::Get()->GetUserCertPkcs11IdAt(index, &slot_id);
466 client_cert_type, slot_id, pkcs11_id, properties);
H A Dwifi_config_view.cc847 int slot_id = -1; local
849 CertLibrary::Get()->GetUserCertPkcs11IdAt(index, &slot_id);
851 client_cert::CONFIG_TYPE_EAP, slot_id, pkcs11_id, properties);
/external/chromium_org/base/metrics/
H A Dstats_table_unittest.cc32 int slot_id = table.RegisterThread(thread_name); local
33 EXPECT_NE(slot_id, 0);
45 slot_id = table.RegisterThread("too many threads");
46 EXPECT_EQ(slot_id, 0);

Completed in 533 milliseconds