HomeSort by relevance Sort by last modified time
    Searched full:passphrase (Results 51 - 75 of 322) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/tools/common/offline-m2/org/apache/commons/commons-parent/5/
commons-parent-5.pom 269 <passphrase>${gpg.passphrase}</passphrase>
347 <passphrase>${gpg.passphrase}</passphrase>
  /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/openssh/
PROTOCOL.agent 262 is a PIN or passphrase used to unlock the private key(s) on the
337 or passphrase used to unlock the private key(s) on the device.
395 signing and encryption without requiring a passphrase to unlock the
483 The agent supports temporary locking with a passphrase to suspend
485 same passphrase. To lock an agent, a client send the following request:
488 string passphrase
503 string passphrase
505 If the passphrase matches and the agent is locked, then it will resume
507 is not locked or the passphrase does not match then it will return
authfile.h 46 int sshkey_load_private_type_fd(int fd, int type, const char *passphrase,
ssh-add.c 219 /* At first, try empty passphrase */
239 /* clear passphrase since it did not work */
241 snprintf(msg, sizeof msg, "Enter passphrase for %.200s%s: ",
262 "Bad passphrase, try again for %.200s%s: ", comment,
344 if ((pin = read_passphrase("Enter passphrase for PKCS#11: ",
sshconnect2.c 1131 char prompt[300], *passphrase; local
1141 "Enter passphrase for key '%.100s': ", filename);
1144 passphrase = "";
1146 passphrase = read_passphrase(prompt, 0);
1147 if (*passphrase == '\0') {
1148 debug2("no passphrase given, try next key");
1149 free(passphrase);
1154 passphrase, &private, NULL, &perm_ok))) {
1163 debug2("bad passphrase given, try again...");
1179 explicit_bzero(passphrase, strlen(passphrase))
    [all...]
  /frameworks/base/core/java/android/hardware/display/
WifiDisplaySessionInfo.java 111 +"\n Passphrase: " + mPassphrase
  /external/wpa_supplicant_8/src/wps/
wps_attr_process.c 216 wpa_printf(MSG_INFO, "WPS: WPA/WPA2-Personal passphrase uses "
228 "termination from ASCII passphrase");
  /prebuilts/eclipse/maven/apache-maven-3.2.1/conf/
settings.xml 116 | NOTE: You should either specify username/password OR privateKey/passphrase, since these pairings are
130 <passphrase>optional; leave empty if not used.</passphrase>
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/apache/10/
apache-10.pom 368 <passphrase>${gpg.passphrase}</passphrase>
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/apache/13/
apache-13.pom 341 <passphrase>${gpg.passphrase}</passphrase>
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/apache/6/
apache-6.pom 281 <passphrase>${gpg.passphrase}</passphrase>
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/apache/7/
apache-7.pom 317 <passphrase>${gpg.passphrase}</passphrase>
  /prebuilts/tools/common/m2/repository/org/apache/apache/13/
apache-13.pom 341 <passphrase>${gpg.passphrase}</passphrase>
  /prebuilts/tools/common/m2/repository/org/apache/apache/6/
apache-6.pom 281 <passphrase>${gpg.passphrase}</passphrase>
  /prebuilts/tools/common/m2/repository/org/apache/apache/7/
apache-7.pom 317 <passphrase>${gpg.passphrase}</passphrase>
  /prebuilts/tools/common/m2/repository/org/apache/apache/9/
apache-9.pom 356 <passphrase>${gpg.passphrase}</passphrase>
  /prebuilts/tools/common/offline-m2/org/apache/apache/13/
apache-13.pom 341 <passphrase>${gpg.passphrase}</passphrase>
  /external/wpa_supplicant_8/wpa_supplicant/
mesh.c 237 if (ssid->passphrase == NULL) {
239 "mesh: Passphrase for SAE not configured");
258 len = os_strlen(ssid->passphrase);
260 dup_binstr(ssid->passphrase, len);
config.c 426 str_clear_free(ssid->passphrase);
427 ssid->passphrase = NULL;
451 wpa_printf(MSG_ERROR, "Line %d: Invalid passphrase "
456 wpa_hexdump_ascii_key(MSG_MSGDUMP, "PSK (ASCII passphrase)",
458 if (ssid->passphrase && os_strlen(ssid->passphrase) == len &&
459 os_memcmp(ssid->passphrase, value, len) == 0)
462 str_clear_free(ssid->passphrase);
463 ssid->passphrase = dup_binstr(value, len);
464 if (ssid->passphrase == NULL
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/p2p/
package.html 37 network name, and passphrase.</li>
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-parent/11/
commons-parent-11.pom 388 <passphrase>${gpg.passphrase}</passphrase>
464 <passphrase>${gpg.passphrase}</passphrase>
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-parent/17/
commons-parent-17.pom 451 <passphrase>${gpg.passphrase}</passphrase>
534 <passphrase>${gpg.passphrase}</passphrase>
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-parent/9/
commons-parent-9.pom 373 <passphrase>${gpg.passphrase}</passphrase>
449 <passphrase>${gpg.passphrase}</passphrase>
  /prebuilts/tools/common/offline-m2/org/apache/commons/commons-parent/11/
commons-parent-11.pom 388 <passphrase>${gpg.passphrase}</passphrase>
464 <passphrase>${gpg.passphrase}</passphrase>

Completed in 111 milliseconds

1 23 4 5 6 7 8 91011>>