/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
wps_common.c | 116 os_memcpy(wps->authkey, keys, WPS_AUTHKEY_LEN); 121 wpa_hexdump_key(MSG_DEBUG, "WPS: AuthKey", 122 wps->authkey, WPS_AUTHKEY_LEN); 136 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, dev_passwd, 139 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN,
|
wps_attr_build.c | 122 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 2, addr, len, hash); 218 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, wpabuf_head(msg),
|
wps_attr_process.c | 48 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 2, addr, len, hash); 79 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, head, len, hash);
|
wps_i.h | 62 u8 authkey[WPS_AUTHKEY_LEN]; member in struct:wps_data
|
wps_enrollee.c | 80 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); 90 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); 579 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); 619 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash);
|
wps_registrar.c | 956 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); 966 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); [all...] |
/external/kernel-headers/original/linux/ |
key.h | 180 typedef int (*request_key_actor_t)(struct key *key, struct key *authkey, 232 * - authkey is the authority to assume when instantiating this key
|