Home
last modified time | relevance | path

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

/external/libsrtp2/
Dsrtp.def63 srtp_cipher_decrypt
/external/libsrtp2/crypto/cipher/
Dcipher.c122 srtp_err_status_t srtp_cipher_decrypt(srtp_cipher_t *c, in srtp_cipher_decrypt() function
398 status = srtp_cipher_decrypt(c, buffer, &len); in srtp_cipher_type_test()
570 status = srtp_cipher_decrypt(c, buffer, &length); in srtp_cipher_type_test()
/external/libsrtp2/crypto/include/
Dcipher.h224 srtp_err_status_t srtp_cipher_decrypt(srtp_cipher_t *c,
/external/libsrtp2/srtp/
Dsrtp.c1958 status = srtp_cipher_decrypt(session_keys->rtp_cipher, (uint8_t *)enc_start, in srtp_unprotect_aead()
2653 status = srtp_cipher_decrypt(session_keys->rtp_cipher, in srtp_unprotect_mki()
3780 status = srtp_cipher_decrypt(session_keys->rtcp_cipher, in srtp_unprotect_rtcp_aead()
3790 status = srtp_cipher_decrypt(session_keys->rtcp_cipher, in srtp_unprotect_rtcp_aead()
4335 status = srtp_cipher_decrypt(session_keys->rtcp_cipher, in srtp_unprotect_rtcp_mki()