OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:st_num
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/rand/
md_rand.c
337
int i,j,k,
st_num
,st_idx;
local
447
st_num
=state_num;
456
/* state[st_idx], ..., state[(st_idx + num_ceil - 1) %
st_num
]
492
k=(st_idx+MD_DIGEST_LENGTH/2)-
st_num
;
505
if (st_idx >=
st_num
)
/external/openssl/crypto/rand/
md_rand.c
337
int i,j,k,
st_num
,st_idx;
local
447
st_num
=state_num;
456
/* state[st_idx], ..., state[(st_idx + num_ceil - 1) %
st_num
]
492
k=(st_idx+MD_DIGEST_LENGTH/2)-
st_num
;
505
if (st_idx >=
st_num
)
Completed in 61 milliseconds