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 98 #define SMP_SC_DHKEY_CMPLT_EVT (SMP_SELF_DEF_EVT + 14) /* DHKey computation is completed,*/
117 /* both local and peer DHKey Checks are already present - it is used on slave to prevent race condition */
293 BT_OCTET32 dhkey; member in struct:__anon69796

Completed in 75 milliseconds