Searched defs:max_enc_len (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/crypto/test/
H A Dcipher_driver.c256 int max_enc_len = 2048; /* should be a power of two */ local
261 for (i=min_enc_len; i <= max_enc_len; i = i * 2)
501 int max_enc_len = 2048; /* should be a power of two */ local
507 for (i=min_enc_len; i <= max_enc_len; i = i * 4)
/external/srtp/crypto/test/
H A Dcipher_driver.c227 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 1229 milliseconds