HomeSort by relevance Sort by last modified time
    Searched full:token_name (Results 1 - 16 of 16) sorted by null

  /external/chromium/chrome/browser/ui/
crypto_module_password_dialog_nss.cc 70 std::string token_name; local
72 crypto::GetTPMTokenInfo(&token_name, &user_pin);
73 if (modules_[current_]->GetTokenName() == token_name) {
  /external/chromium/crypto/
nss_util.cc 108 std::string token_name; local
110 crypto::GetTPMTokenInfo(&token_name, &user_pin);
111 if (PK11_GetTokenName(slot) == token_name)
176 PK11SlotInfo* FindSlotWithTokenName(const std::string& token_name) {
183 if (PK11_GetTokenName(slot) == token_name)
247 void GetTPMTokenInfo(std::string* token_name, std::string* user_pin) {
248 tpm_token_info_delegate_->GetTokenInfo(token_name, user_pin);
256 std::string token_name; local
257 GetTPMTokenInfo(&token_name, NULL);
258 return FindSlotWithTokenName(token_name);
    [all...]
nss_util.h 96 virtual void GetTokenInfo(std::string* token_name,
110 void GetTPMTokenInfo(std::string* token_name, std::string* user_pin);
  /external/bison/src/
reader.h 61 char const *token_name (int type);
parse-gram.y 587 token_name (int type)
scan-gram.l 576 token_name (token_type));
    [all...]
parse-gram.c 2481 token_name (int type) function
    [all...]
scan-gram.c     [all...]
  /external/chromium/chrome/browser/chromeos/options/
wifi_config_model.cc 80 std::string token_name = local
82 if (token_name != kRootCertificateTokenName)
  /external/chromium/chrome/browser/chromeos/login/
user_manager.cc 556 virtual void GetTokenInfo(std::string* token_name,
567 void RealTPMTokenInfoDelegate::GetTokenInfo(std::string* token_name,
573 if (token_name)
574 *token_name = local_token_name;
  /external/libvpx/examples/includes/geshi/geshi/
php.php     [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_imelody.c 95 TOKEN_NAME,
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_imelody.c 95 TOKEN_NAME,
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_imelody.c 95 TOKEN_NAME,
    [all...]
  /external/bison/
ChangeLog 278 * src/reader.h (token_name): Likewise.
    [all...]
  /external/libvpx/examples/includes/geshi/docs/
geshi-doc.txt     [all...]

Completed in 513 milliseconds