Searched refs:PWBLOCK_LEN (Results 1 – 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | ms_funcs.c | 421 #define PWBLOCK_LEN 516 macro 438 os_memset(pw_block, 0, PWBLOCK_LEN); in encrypt_pw_block_with_password_hash() 456 rc4_skip(password_hash, 16, 0, pw_block, PWBLOCK_LEN); in encrypt_pw_block_with_password_hash()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | ms_funcs.c | 421 #define PWBLOCK_LEN 516 macro 438 os_memset(pw_block, 0, PWBLOCK_LEN); in encrypt_pw_block_with_password_hash() 456 rc4_skip(password_hash, 16, 0, pw_block, PWBLOCK_LEN); in encrypt_pw_block_with_password_hash()
|