Lines Matching refs:srtp_cipher_t
63 srtp_cipher_t **c, in srtp_cipher_type_alloc()
73 srtp_err_status_t srtp_cipher_dealloc(srtp_cipher_t *c) in srtp_cipher_dealloc()
81 srtp_err_status_t srtp_cipher_init(srtp_cipher_t *c, const uint8_t *key) in srtp_cipher_init()
89 srtp_err_status_t srtp_cipher_set_iv(srtp_cipher_t *c, in srtp_cipher_set_iv()
100 srtp_err_status_t srtp_cipher_output(srtp_cipher_t *c, in srtp_cipher_output()
111 srtp_err_status_t srtp_cipher_encrypt(srtp_cipher_t *c, in srtp_cipher_encrypt()
122 srtp_err_status_t srtp_cipher_decrypt(srtp_cipher_t *c, in srtp_cipher_decrypt()
133 srtp_err_status_t srtp_cipher_get_tag(srtp_cipher_t *c, in srtp_cipher_get_tag()
147 srtp_err_status_t srtp_cipher_set_aad(srtp_cipher_t *c, in srtp_cipher_set_aad()
163 int srtp_cipher_get_key_length(const srtp_cipher_t *c) in srtp_cipher_get_key_length()
211 srtp_cipher_t *c; in srtp_cipher_type_test()
626 uint64_t srtp_cipher_bits_per_second(srtp_cipher_t *c, in srtp_cipher_bits_per_second()