Lines Matching refs:srtp_cipher_t
72 typedef struct srtp_cipher_t *srtp_cipher_pointer_t;
168 typedef struct srtp_cipher_t { struct
173 } srtp_cipher_t; argument
176 int srtp_cipher_get_key_length(const srtp_cipher_t *c);
205 uint64_t srtp_cipher_bits_per_second(srtp_cipher_t *c,
210 srtp_cipher_t **c,
213 srtp_err_status_t srtp_cipher_dealloc(srtp_cipher_t *c);
214 srtp_err_status_t srtp_cipher_init(srtp_cipher_t *c, const uint8_t *key);
215 srtp_err_status_t srtp_cipher_set_iv(srtp_cipher_t *c,
218 srtp_err_status_t srtp_cipher_output(srtp_cipher_t *c,
221 srtp_err_status_t srtp_cipher_encrypt(srtp_cipher_t *c,
224 srtp_err_status_t srtp_cipher_decrypt(srtp_cipher_t *c,
227 srtp_err_status_t srtp_cipher_get_tag(srtp_cipher_t *c,
230 srtp_err_status_t srtp_cipher_set_aad(srtp_cipher_t *c,