OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:STATE_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/rand/
md_rand.c
138
#define
STATE_SIZE
1023
140
static unsigned char state[
STATE_SIZE
+MD_DIGEST_LENGTH];
242
/* state_index <= state_num <=
STATE_SIZE
*/
244
if (state_index >=
STATE_SIZE
)
246
state_index%=
STATE_SIZE
;
247
state_num=
STATE_SIZE
;
249
else if (state_num <
STATE_SIZE
)
254
/* state_index <= state_num <=
STATE_SIZE
*/
256
/* state[st_idx], ..., state[(st_idx + num - 1) %
STATE_SIZE
]
272
k=(st_idx+j)-
STATE_SIZE
;
[
all
...]
/external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar
Completed in 41 milliseconds