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

  /external/wpa_supplicant_8/src/crypto/
sha256.c 124 u8 counter_le[2], length_le[2]; local
126 addr[0] = counter_le;
139 WPA_PUT_LE16(counter_le, counter);
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
sha256.c 130 u8 counter_le[2], length_le[2]; local
132 addr[0] = counter_le;
145 WPA_PUT_LE16(counter_le, counter);

Completed in 17 milliseconds