Searched refs:tpm_slot (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chromeos/network/
H A Dclient_cert_util.h67 // If such a configuration is found, the values |cert_config_type|, |tpm_slot|
69 // property was not set, |tpm_slot| will be set to -1.
71 // will be set to CONFIG_TYPE_NONE, |tpm_slot| to -1 and |pkcs11_id| to the
76 int* tpm_slot,
82 const int tpm_slot,
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 135 milliseconds