Home
last modified time | relevance | path

Searched refs:magic2 (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dms_funcs.c239 static const u8 magic2[41] = { in generate_authenticator_response_pwhash() local
251 const size_t len2[3] = { SHA1_MAC_LEN, 8, sizeof(magic2) }; in generate_authenticator_response_pwhash()
259 addr2[2] = magic2; in generate_authenticator_response_pwhash()
361 static const u8 magic2[84] = { in get_asymetric_start_key() local
403 addr[2] = is_server ? magic3 : magic2; in get_asymetric_start_key()
405 addr[2] = is_server ? magic2 : magic3; in get_asymetric_start_key()