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

  /external/wpa_supplicant/
sha1.c 307 unsigned char count_buf[4]; local
314 addr[1] = count_buf;
323 count_buf[0] = (count >> 24) & 0xff;
324 count_buf[1] = (count >> 16) & 0xff;
325 count_buf[2] = (count >> 8) & 0xff;
326 count_buf[3] = count & 0xff;
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
sha1.c 310 unsigned char count_buf[4]; local
317 addr[1] = count_buf;
326 count_buf[0] = (count >> 24) & 0xff;
327 count_buf[1] = (count >> 16) & 0xff;
328 count_buf[2] = (count >> 8) & 0xff;
329 count_buf[3] = count & 0xff;
  /frameworks/base/core/jni/
android_opengl_GLES20.cpp     [all...]

Completed in 54 milliseconds