HomeSort by relevance Sort by last modified time
    Searched full:max_num_cipher (Results 1 - 1 of 1) sorted by null

  /external/srtp/crypto/test/
cipher_driver.c 162 int max_num_cipher = 1 << 16; /* number of ciphers in cipher_array */ local
165 for (num_cipher=1; num_cipher < max_num_cipher; num_cipher *=8)
168 for (num_cipher=1; num_cipher < max_num_cipher; num_cipher *=8)
171 for (num_cipher=1; num_cipher < max_num_cipher; num_cipher *=8)

Completed in 215 milliseconds