Home
last modified time | relevance | path

Searched refs:srtp_cipher_output (Results 1 – 4 of 4) sorted by relevance

/external/libsrtp2/
Dsrtp.def61 srtp_cipher_output
/external/libsrtp2/crypto/include/
Dcipher.h218 srtp_err_status_t srtp_cipher_output(srtp_cipher_t *c,
/external/libsrtp2/srtp/
Dsrtp.c1407 status = srtp_cipher_output(session_keys->rtp_xtn_hdr_cipher, in srtp_process_header_encryption()
1439 status = srtp_cipher_output(session_keys->rtp_xtn_hdr_cipher, in srtp_process_header_encryption()
2298 status = srtp_cipher_output(session_keys->rtp_cipher, auth_tag, in srtp_protect_mki()
2593 status = srtp_cipher_output(session_keys->rtp_cipher, tmp_tag, in srtp_unprotect_mki()
4042 status = srtp_cipher_output(session_keys->rtcp_cipher, auth_tag, in srtp_protect_rtcp_mki()
4325 status = srtp_cipher_output(session_keys->rtcp_cipher, auth_tag, in srtp_unprotect_rtcp_mki()
/external/libsrtp2/crypto/cipher/
Dcipher.c100 srtp_err_status_t srtp_cipher_output(srtp_cipher_t *c, in srtp_cipher_output() function