Searched refs:srtp_cipher_decrypt (Results 1 – 4 of 4) sorted by relevance
/external/libsrtp2/ |
D | srtp.def | 63 srtp_cipher_decrypt
|
/external/libsrtp2/crypto/cipher/ |
D | cipher.c | 122 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/ |
D | cipher.h | 224 srtp_err_status_t srtp_cipher_decrypt(srtp_cipher_t *c,
|
/external/libsrtp2/srtp/ |
D | srtp.c | 1958 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()
|