OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:count_buf
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_8/src/crypto/
sha1-pbkdf2.c
28
unsigned char
count_buf
[4];
local
35
addr[1] =
count_buf
;
44
count_buf
[0] = (count >> 24) & 0xff;
45
count_buf
[1] = (count >> 16) & 0xff;
46
count_buf
[2] = (count >> 8) & 0xff;
47
count_buf
[3] = count & 0xff;
/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 428 milliseconds