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

/external/chromium_org/third_party/libsrtp/srtp/crypto/test/
H A Dcipher_driver.c78 int klen, int num_cipher);
81 cipher_array_test_throughput(cipher_t *ca[], int num_cipher);
84 cipher_array_bits_per_second(cipher_t *cipher_array[], int num_cipher,
88 cipher_array_delete(cipher_t *cipher_array[], int num_cipher);
166 int num_cipher; local
168 for (num_cipher=1; num_cipher < max_num_cipher; num_cipher *=8)
169 cipher_driver_test_array_throughput(&null_cipher, 0, num_cipher);
171 for (num_cipher
430 cipher_array_delete(cipher_t *cipher_array[], int num_cipher) argument
456 cipher_array_bits_per_second(cipher_t *cipher_array[], int num_cipher, unsigned octets_in_buffer, int num_trials) argument
498 cipher_array_test_throughput(cipher_t *ca[], int num_cipher) argument
514 cipher_driver_test_array_throughput(cipher_type_t *ct, int klen, int num_cipher) argument
[all...]
/external/srtp/crypto/test/
H A Dcipher_driver.c78 int klen, int num_cipher);
81 cipher_array_test_throughput(cipher_t *ca[], int num_cipher);
84 cipher_array_bits_per_second(cipher_t *cipher_array[], int num_cipher,
88 cipher_array_delete(cipher_t *cipher_array[], int num_cipher);
163 int num_cipher; local
165 for (num_cipher=1; num_cipher < max_num_cipher; num_cipher *=8)
166 cipher_driver_test_array_throughput(&null_cipher, 0, num_cipher);
168 for (num_cipher
394 cipher_array_delete(cipher_t *cipher_array[], int num_cipher) argument
420 cipher_array_bits_per_second(cipher_t *cipher_array[], int num_cipher, unsigned octets_in_buffer, int num_trials) argument
458 cipher_array_test_throughput(cipher_t *ca[], int num_cipher) argument
474 cipher_driver_test_array_throughput(cipher_type_t *ct, int klen, int num_cipher) argument
[all...]

Completed in 150 milliseconds