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

  /external/openssl/crypto/cms/
cms_env.c 655 unsigned char *wkey = NULL; local
676 wkey = OPENSSL_malloc(ec->keylen + 8);
678 if (!wkey)
685 wkeylen = AES_wrap_key(&actx, NULL, wkey, ec->key, ec->keylen);
693 ASN1_STRING_set0(kekri->encryptedKey, wkey, wkeylen);
699 if (!r && wkey)
700 OPENSSL_free(wkey);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DESEngine.java 402 int[] wKey,
443 work ^= wKey[round * 4 + 0];
448 work = right ^ wKey[round * 4 + 1];
455 work ^= wKey[round * 4 + 2];
460 work = left ^ wKey[round * 4 + 3];
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiAutoJoinController.java 182 WifiKey wkey; local
185 wkey = new WifiKey("\"" + result.SSID + "\"", result.BSSID);
189 wkey = null;
191 if (wkey != null) {
192 NetworkKey nkey = new NetworkKey(wkey);
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids 691 b811 US Interface Navigator (WKEY and FSK lines)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib64/
libiberty.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib64/
libiberty.a     [all...]

Completed in 482 milliseconds