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

/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 284 milliseconds