OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_enc_len
(Results
1 - 1
of
1
) sorted by null
/external/srtp/crypto/test/
cipher_driver.c
227
int
max_enc_len
= 2048; /* should be a power of two */
local
232
for (i=min_enc_len; i <=
max_enc_len
; i = i * 2)
461
int
max_enc_len
= 2048; /* should be a power of two */
local
467
for (i=min_enc_len; i <=
max_enc_len
; i = i * 4)
Completed in 451 milliseconds