HomeSort by relevance Sort by last modified time
    Searched full:cipher_array (Results 1 - 2 of 2) 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...]
  /external/chromium_org/third_party/libsrtp/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,
165 int max_num_cipher = 1 << 16; /* number of ciphers in cipher_array */
379 cipher_t **cipher_array; local
385 cipher_array = (cipher_t **) malloc(sizeof(cipher_t *) * num_ciphers);
386 if (cipher_array == NULL)
389 /* set ca to location of cipher_array */
390 *ca = cipher_array;
395 free(cipher_array);
    [all...]

Completed in 390 milliseconds