HomeSort by relevance Sort by last modified time
    Searched full:passphrase (Results 76 - 100 of 276) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/sync/engine/
apply_control_data_updates_unittest.cc 306 // types, but preserve the custom passphrase state of the server.
326 // and a custom passphrase (unmigrated).
384 // types, but preserve the custom passphrase state of the server.
404 // and a custom passphrase (unmigrated).
532 // If both nigoris are migrated, but we also set a custom passphrase locally,
551 // Create server specifics with a migrated keystore passphrase type.
570 // Set up a local nigori with a migrated custom passphrase type
614 // If both nigoris are migrated, but a custom passphrase with a new key was
634 // Create server specifics with a migrated custom passphrase type.
651 // Set up a local nigori with a migrated keystore passphrase typ
    [all...]
conflict_util.cc 44 // commonly seen when positional changes are made while a passphrase is
syncer_types.h 32 // forward progress on this node, but because the passphrase may not arrive
  /prebuilts/tools/common/gradle-plugins/repository/org/apache/commons/commons-parent/3/
commons-parent-3.pom 209 <passphrase>${gpg.passphrase}</passphrase>
269 <passphrase>${gpg.passphrase}</passphrase>
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-parent/3/
commons-parent-3.pom 209 <passphrase>${gpg.passphrase}</passphrase>
269 <passphrase>${gpg.passphrase}</passphrase>
  /external/chromium_org/chrome/browser/chromeos/settings/
token_encryptor.cc 68 const std::string& passphrase,
71 crypto::SymmetricKey::AES, passphrase, salt, 1000, 256);
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_mock.cc 41 const std::string& passphrase,
45 const std::string& passphrase) {
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_mock.h 116 MOCK_METHOD1(SetDecryptionPassphrase, bool(const std::string& passphrase));
117 MOCK_METHOD2(SetEncryptionPassphrase, void(const std::string& passphrase,
profile_sync_service.cc     [all...]
sync_ui_util.cc 148 // 2. Auth errors. 3. Protocol errors. 4. Passphrase errors.
192 // Check for a passphrase error.
358 // Display a passphrase error if we have one.
361 // This is not the first machine so ask user to enter passphrase.
  /external/chromium_org/third_party/tlslite/tlslite/utils/
openssl_rsakey.py 13 def password_callback(v, prompt1='Enter private key passphrase:',
14 prompt2='Verify passphrase:'):
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/forge/forge-parent/10/
forge-parent-10.pom 247 <!-- this presumes the correct gpg.passphrase property in the settings "release" proile -->
248 <passphrase>${gpg.passphrase}</passphrase>
  /prebuilts/tools/common/m2/repository/org/sonatype/forge/forge-parent/10/
forge-parent-10.pom 247 <!-- this presumes the correct gpg.passphrase property in the settings "release" proile -->
248 <passphrase>${gpg.passphrase}</passphrase>
  /external/chromium_org/sync/protocol/
sync_enums.proto 24 PASSPHRASE_REQUIRED = 3; // Cryptographer needs passphrase.
25 PASSPHRASE_ACCEPTED = 4; // Passphrase was accepted by cryptographer.
37 PASSPHRASE_TYPE_CHANGED = 10; // The encryption passphrase state changed.
  /external/javassist/
pom.xml 177 <passphrase>${gpg.passphrase}</passphrase>
  /external/chromium_org/chrome/browser/resources/
sync_setup_overlay.css 27 #sync-custom-passphrase {
31 #sync-passphrase-message {
35 .sync-custom-passphrase-input {
39 #sync-existing-passphrase-container {
122 #passphrase-input {
127 #incorrect-passphrase {
158 #sync-passphrase-warning {
  /external/wpa_supplicant_8/src/ap/
ieee802_11_auth.c 426 char *passphrase, *strpassphrase; local
434 passphrase = radius_msg_get_tunnel_password(
438 * Passphrase is NULL iff there is no i-th Tunnel-Password
441 if (passphrase == NULL)
444 * passphrase does not contain the NULL termination.
450 os_memcpy(strpassphrase, passphrase, passphraselen);
461 os_free(passphrase);
  /external/lldb/test/pexpect-2.4/
pxssh.py 194 # and a local ssh 'passphrase' prompt (for unlocking a private key).
196 i = self.expect(["(?i)are you sure you want to continue connecting", original_prompt, "(?i)(?:password)|(?:passphrase for key)", "(?i)permission denied", "(?i)terminal type", TIMEOUT, "(?i)connection closed by remote host"], timeout=login_timeout)
204 i = self.expect(["(?i)are you sure you want to continue connecting", original_prompt, "(?i)(?:password)|(?:passphrase for key)", "(?i)permission denied", "(?i)terminal type", TIMEOUT])
205 if i==2: # password or passphrase
207 i = self.expect(["(?i)are you sure you want to continue connecting", original_prompt, "(?i)(?:password)|(?:passphrase for key)", "(?i)permission denied", "(?i)terminal type", TIMEOUT])
210 i = self.expect(["(?i)are you sure you want to continue connecting", original_prompt, "(?i)(?:password)|(?:passphrase for key)", "(?i)permission denied", "(?i)terminal type", TIMEOUT])
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-parent/5/
commons-parent-5.pom 269 <passphrase>${gpg.passphrase}</passphrase>
347 <passphrase>${gpg.passphrase}</passphrase>
  /external/chromium_org/chrome/browser/ui/webui/
sync_setup_handler_unittest.cc 73 const std::string& passphrase,
81 result.SetBoolean("usePassphrase", !passphrase.empty());
82 if (!passphrase.empty())
83 result.SetString("passphrase", passphrase);
662 // passphrase.
698 // passphrase.
717 // We should navigate back to the configure page since we need a passphrase.
733 // Act as if an encryption passphrase is required the first time, then never
799 // We should navigate back to the configure page since we need a passphrase
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
wpa_supplicant.conf.sgml 56 psk="very secret passphrase"
158 psk="very secret passphrase"
207 private key uses a passphrase, this has to be configured in
  /external/chromium_org/chrome/browser/chromeos/policy/
network_configuration_updater.cc 90 "" /* no passphrase */,
  /external/chromium_org/chrome/browser/sync/test/integration/
passwords_helper.cc 124 const std::string& passphrase,
127 test()->GetProfile(index))->SetEncryptionPassphrase(passphrase, type);
130 bool SetDecryptionPassphrase(int index, const std::string& passphrase) {
132 test()->GetProfile(index))->SetDecryptionPassphrase(passphrase);
  /external/chromium_org/sync/util/
cryptographer.h 38 // protected with a particular passphrase.
42 // Most likely, an updated Nigori node means that a new passphrase has been set
44 // should be prompted for the new passphrase and DecryptPendingKeys be called.
63 // passphrase.
  /frameworks/base/core/java/android/hardware/display/
WifiDisplaySessionInfo.java 111 +"\n Passphrase: " + mPassphrase

Completed in 864 milliseconds

1 2 34 5 6 7 8 91011>>