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

  /external/wpa_supplicant_8/src/crypto/
sha256-prf.c 63 u8 counter_le[2], length_le[2]; local
72 addr[3] = length_le;
73 len[3] = sizeof(length_le);
75 WPA_PUT_LE16(length_le, buf_len_bits);
sha384-prf.c 60 u8 counter_le[2], length_le[2]; local
69 addr[3] = length_le;
70 len[3] = sizeof(length_le);
72 WPA_PUT_LE16(length_le, buf_len_bits);

Completed in 107 milliseconds