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

/external/srtp/crypto/test/
H A Dcipher_driver.c84 cipher_array_bits_per_second(cipher_t *cipher_array[], int num_cipher,
88 cipher_array_delete(cipher_t *cipher_array[], int num_cipher);
91 cipher_array_alloc_init(cipher_t ***cipher_array, int num_ciphers,
162 int max_num_cipher = 1 << 16; /* number of ciphers in cipher_array */
350 cipher_t **cipher_array; local
353 cipher_array = (cipher_t **) malloc(sizeof(cipher_t *) * num_ciphers);
354 if (cipher_array == NULL)
357 /* set ca to location of cipher_array */
358 *ca = cipher_array;
363 free(cipher_array);
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
[all...]

Completed in 339 milliseconds