Searched refs:length_le (Results 1 - 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | sha256-prf.c | 63 u8 counter_le[2], length_le[2]; in sha256_prf_bits() local 72 addr[3] = length_le; in sha256_prf_bits() 73 len[3] = sizeof(length_le); in sha256_prf_bits() 75 WPA_PUT_LE16(length_le, buf_len_bits); in sha256_prf_bits()
|
H A D | sha384-prf.c | 63 u8 counter_le[2], length_le[2]; in sha384_prf_bits() local 72 addr[3] = length_le; in sha384_prf_bits() 73 len[3] = sizeof(length_le); in sha384_prf_bits() 75 WPA_PUT_LE16(length_le, buf_len_bits); in sha384_prf_bits()
|
H A D | sha512-prf.c | 63 u8 counter_le[2], length_le[2]; in sha512_prf_bits() local 72 addr[3] = length_le; in sha512_prf_bits() 73 len[3] = sizeof(length_le); in sha512_prf_bits() 75 WPA_PUT_LE16(length_le, buf_len_bits); in sha512_prf_bits()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | sha256-prf.c | 63 u8 counter_le[2], length_le[2]; in sha256_prf_bits() local 72 addr[3] = length_le; in sha256_prf_bits() 73 len[3] = sizeof(length_le); in sha256_prf_bits() 75 WPA_PUT_LE16(length_le, buf_len_bits); in sha256_prf_bits()
|
H A D | sha384-prf.c | 63 u8 counter_le[2], length_le[2]; in sha384_prf_bits() local 72 addr[3] = length_le; in sha384_prf_bits() 73 len[3] = sizeof(length_le); in sha384_prf_bits() 75 WPA_PUT_LE16(length_le, buf_len_bits); in sha384_prf_bits()
|
H A D | sha512-prf.c | 63 u8 counter_le[2], length_le[2]; in sha512_prf_bits() local 72 addr[3] = length_le; in sha512_prf_bits() 73 len[3] = sizeof(length_le); in sha512_prf_bits() 75 WPA_PUT_LE16(length_le, buf_len_bits); in sha512_prf_bits()
|
Completed in 2 milliseconds