HomeSort by relevance Sort by last modified time
    Searched defs:psk (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
easy_unlock_types.h 29 std::string psk; member in struct:chromeos::EasyUnlockDeviceKeyData
easy_unlock_key_manager.cc 23 const char kKeyPsk[] = "psk";
111 dict->SetString(kKeyPsk, data.psk);
128 std::string psk; local
132 !dict.GetString(kKeyPsk, &psk)) {
138 data->psk.swap(psk);
  /external/chromium_org/chrome/browser/local_discovery/wifi/
wifi_manager.h 25 // Credentials for WiFi networks. Currently only supports PSK-based networks.
28 static WifiCredentials FromPSK(const std::string& psk);
30 std::string psk; member in struct:local_discovery::wifi::WifiCredentials
  /external/ipsec-tools/src/racoon/
privsep.c 468 vchar_t *psk; local
486 if ((psk = getpsk(bufs[0], keylen)) == NULL) {
491 reply->bufs.buflen[0] = psk->l;
492 reply->hdr.ac_len = sizeof(*reply) + psk->l;
501 memcpy(reply + 1, psk->v, psk->l);
502 vfree(psk);
894 vchar_t *psk; local
932 if ((psk = vmalloc(len - sizeof(*msg))) == NULL)
935 memcpy(psk->v, msg + 1, psk->l)
    [all...]
  /external/chromium_org/third_party/boringssl/src/ssl/
s3_clnt.c 132 * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
1885 unsigned char psk[PSK_MAX_PSK_LEN]; local
    [all...]
s3_srvr.c 131 * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
375 * - There is a PSK identity hint.
412 /* With normal PSK Certificates and
1765 unsigned char psk[PSK_MAX_PSK_LEN]; local
    [all...]
  /external/openssl/ssl/
s3_clnt.c 132 * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
336 /* or non-RSA PSK */
2458 unsigned char psk[PSK_MAX_PSK_LEN]; local
    [all...]
s3_srvr.c 132 * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
417 /* non-RSA PSK or KRB5 or SRP */
419 /* Among PSK ciphersuites only RSA_PSK uses server certificate */
470 * PSK: may send PSK identity hints
479 /* PSK: send ServerKeyExchange if either:
480 * - PSK identity hint is provided, or
530 /* With normal PSK Certificates and
2223 unsigned char psk[PSK_MAX_PSK_LEN]; local
    [all...]

Completed in 1592 milliseconds