HomeSort by relevance Sort by last modified time
    Searched refs:dhkey (Results 1 - 4 of 4) 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_keys.c 958 ** calculate public key and DHKey.
    [all...]
smp_int.h 99 #define SMP_SC_DHKEY_CMPLT_EVT (SMP_SELF_DEF_EVT + 14) /* DHKey computation is completed,*/
118 /* both local and peer DHKey Checks are already present - it is used on slave to prevent race condition */
294 BT_OCTET32 dhkey; member in struct:__anon74003
smp_utils.c 56 #define SMP_PAIR_DHKEY_CHECK_SIZE (1 /* opcode */ + BT_OCTET16_LEN /*DHKey Check*/)
75 SMP_PAIR_DHKEY_CHECK_SIZE, /* 0x0D: pairing dhkey check */
103 smp_command_has_valid_fixed_length, /* 0x0D: pairing dhkey check */
129 smp_parameter_unconditionally_valid, /* 0x0D: pairing dhkey check */
167 smp_build_pair_dhkey_check_cmd, /* 0x0D: pairing DHKey check */
737 ** Description Build pairing DHKey check command.
    [all...]

Completed in 2148 milliseconds