Lines Matching refs:srtp_err_status_t
78 typedef srtp_err_status_t (*srtp_cipher_alloc_func_t)(srtp_cipher_pointer_t *cp,
85 typedef srtp_err_status_t (*srtp_cipher_init_func_t)(void *state,
89 typedef srtp_err_status_t (*srtp_cipher_dealloc_func_t)(
95 typedef srtp_err_status_t (*srtp_cipher_set_aad_func_t)(void *state,
100 typedef srtp_err_status_t (*srtp_cipher_encrypt_func_t)(
106 typedef srtp_err_status_t (*srtp_cipher_decrypt_func_t)(
114 typedef srtp_err_status_t (*srtp_cipher_set_iv_func_t)(
123 typedef srtp_err_status_t (*srtp_cipher_get_tag_func_t)(void *state,
183 srtp_err_status_t srtp_cipher_type_self_test(const srtp_cipher_type_t *ct);
191 srtp_err_status_t srtp_cipher_type_test(
209 srtp_err_status_t srtp_cipher_type_alloc(const srtp_cipher_type_t *ct,
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,
241 srtp_err_status_t srtp_replace_cipher_type(const srtp_cipher_type_t *ct,