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

/external/chromium_org/third_party/libsrtp/srtp/crypto/test/
H A Dcipher_driver.c91 cipher_array_alloc_init(cipher_t ***cipher_array, int num_ciphers,
369 * cipher_array_alloc_init(ctype, array, num_ciphers) creates an array
374 cipher_array_alloc_init(cipher_t ***ca, int num_ciphers, function
519 status = cipher_array_alloc_init(&ca, num_cipher, ct, klen);
521 printf("error: cipher_array_alloc_init() failed with error code %d\n",
/external/srtp/crypto/test/
H A Dcipher_driver.c91 cipher_array_alloc_init(cipher_t ***cipher_array, int num_ciphers,
340 * cipher_array_alloc_init(ctype, array, num_ciphers) creates an array
345 cipher_array_alloc_init(cipher_t ***ca, int num_ciphers, function
479 status = cipher_array_alloc_init(&ca, num_cipher, ct, klen);
481 printf("error: cipher_array_alloc_init() failed with error code %d\n",

Completed in 51 milliseconds