Searched defs:tpm_slot (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chromeos/network/
H A Dclient_cert_util.cc126 int* tpm_slot,
129 *tpm_slot = -1;
151 if (!cert_slot.empty() && !base::StringToInt(cert_slot, tpm_slot)) {
177 *pkcs11_id = GetPkcs11AndSlotIdFromEapCertId(cert_id, tpm_slot);
183 const int tpm_slot,
201 shill::kL2tpIpsecClientCertSlotProperty, base::IntToString(tpm_slot));
210 base::StringPrintf("%i:%s", tpm_slot, pkcs11_id.c_str());
123 GetClientCertFromShillProperties( const base::DictionaryValue& shill_properties, ConfigType* cert_config_type, int* tpm_slot, std::string* pkcs11_id) argument
182 SetShillProperties(const ConfigType cert_config_type, const int tpm_slot, const std::string& pkcs11_id, base::DictionaryValue* properties) argument
/external/chromium_org/crypto/
H A Dnss_util.cc281 crypto::ScopedPK11Slot tpm_slot; member in struct:crypto::__anon7946::NSSInitSingleton::TPMModuleAndSlot
376 tpm_args->tpm_slot =
386 << ", got tpm slot: " << !!tpm_args->tpm_slot;
389 tpm_slot_ = tpm_args->tpm_slot.Pass();
518 << !!tpm_args->tpm_slot;
520 tpm_args->tpm_slot.Pass());

Completed in 212 milliseconds