Searched refs:cipher_array (Results 1 – 1 of 1) sorted by relevance
84 uint64_t cipher_array_bits_per_second(srtp_cipher_t *cipher_array[],89 srtp_err_status_t cipher_array_delete(srtp_cipher_t *cipher_array[],92 srtp_err_status_t cipher_array_alloc_init(srtp_cipher_t ***cipher_array,447 srtp_cipher_t **cipher_array; in cipher_array_alloc_init() local453 cipher_array = (srtp_cipher_t **)srtp_crypto_alloc(sizeof(srtp_cipher_t *) * in cipher_array_alloc_init()455 if (cipher_array == NULL) in cipher_array_alloc_init()459 *ca = cipher_array; in cipher_array_alloc_init()464 srtp_crypto_free(cipher_array); in cipher_array_alloc_init()471 status = srtp_cipher_type_alloc(ctype, cipher_array, klen, 16); in cipher_array_alloc_init()479 status = srtp_cipher_init(*cipher_array, key); in cipher_array_alloc_init()[all …]