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

  /external/wpa_supplicant_8/src/wps/
wps_common.c 65 u8 dhkey[SHA256_MAC_LEN], kdk[SHA256_MAC_LEN]; local
98 /* DHKey = SHA-256(g^AB mod p) */
101 sha256_vector(1, addr, len, dhkey);
102 wpa_hexdump_key(MSG_DEBUG, "WPS: DHKey", dhkey, sizeof(dhkey));
112 hmac_sha256_vector(dhkey, sizeof(dhkey), 3, addr, len, kdk);
  /system/bt/stack/smp/
smp_int.h 99 /* DHKey computation is completed, time to start SC phase1 */
119 /* both local and peer DHKey Checks are already present - it is used on slave to
280 BT_OCTET32 dhkey; member in struct:__anon106596

Completed in 133 milliseconds