Home
last modified time | relevance | path

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

/external/srtp/crypto/test/
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,
350 cipher_t **cipher_array; in cipher_array_alloc_init() local
353 cipher_array = (cipher_t **) malloc(sizeof(cipher_t *) * num_ciphers); in cipher_array_alloc_init()
354 if (cipher_array == NULL) in cipher_array_alloc_init()
358 *ca = cipher_array; in cipher_array_alloc_init()
363 free(cipher_array); in cipher_array_alloc_init()
371 status = cipher_type_alloc(ctype, cipher_array, klen); in cipher_array_alloc_init()
378 status = cipher_init(*cipher_array, key, direction_encrypt); in cipher_array_alloc_init()
[all …]