HomeSort by relevance Sort by last modified time
    Searched refs:WPS_AUTHKEY_LEN (Results 1 - 7 of 7) sorted by null

  /external/wpa_supplicant_8/src/wps/
wps_attr_process.c 42 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 2, addr, len, hash);
73 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, head, len, hash);
wps_common.c 68 u8 keys[WPS_AUTHKEY_LEN + WPS_KEYWRAPKEY_LEN + WPS_EMSK_LEN];
117 os_memcpy(wps->authkey, keys, WPS_AUTHKEY_LEN);
118 os_memcpy(wps->keywrapkey, keys + WPS_AUTHKEY_LEN, WPS_KEYWRAPKEY_LEN);
119 os_memcpy(wps->emsk, keys + WPS_AUTHKEY_LEN + WPS_KEYWRAPKEY_LEN,
123 wps->authkey, WPS_AUTHKEY_LEN);
137 if (hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, dev_passwd,
141 if (hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN,
wps_attr_build.c 177 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 2, addr, len, hash);
364 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, wpabuf_head(msg),
wps_defs.h 35 #define WPS_AUTHKEY_LEN 32
wps_i.h 64 u8 authkey[WPS_AUTHKEY_LEN];
wps_enrollee.c 66 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash);
76 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash);
643 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash);
683 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash);
    [all...]
wps_registrar.c     [all...]

Completed in 332 milliseconds