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

  /external/srtp/crypto/test/
cipher_driver.c 84 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);
    [all...]

Completed in 200 milliseconds