Searched refs:srtp_unprotect (Results 1 – 10 of 10) sorted by relevance
/external/libsrtp2/test/ |
D | srtp_driver.c | 914 srtp_unprotect(srtp, (srtp_hdr_t *)mesg, &len); in srtp_rejections_per_second() 969 return srtp_unprotect(srtp_sender, hdr, len); in srtp_test_call_unprotect() 1745 status = srtp_unprotect(srtp_recv, srtp_ciphertext, &len); in srtp_validate() 1914 status = srtp_unprotect(srtp_recv, srtp_ciphertext, &len); in srtp_validate_gcm() 2050 status = srtp_unprotect(srtp_recv, srtp_ciphertext, &len); in srtp_validate_encrypted_extensions_headers() 2171 status = srtp_unprotect(srtp_recv, srtp_ciphertext, &len); in srtp_validate_encrypted_extensions_headers_gcm() 2289 status = srtp_unprotect(srtp_recv, srtp_ciphertext, &len); in srtp_validate_aes_256() 2410 status = srtp_unprotect(srtp_recv, mesg, &len); in srtp_test_empty_payload() 2486 status = srtp_unprotect(srtp_recv, mesg, &len); in srtp_test_empty_payload_gcm() 2664 status = srtp_unprotect(srtp_recv, msg, &protected_msg_len_octets); in srtp_test_update() [all …]
|
D | dtls_srtp_driver.c | 157 err = srtp_unprotect(s, test_packet, &test_packet_len); in test_dtls_srtp()
|
D | rtp.c | 129 stat = srtp_unprotect(receiver->srtp_ctx, &receiver->message.header, in rtp_recvfrom()
|
D | rtp_decoder.c | 732 status = srtp_unprotect(dcdr->srtp_ctx, &message, &octets_recvd); in rtp_decoder_handle_pkt()
|
/external/libsrtp2/ |
D | srtp.def | 6 srtp_unprotect
|
D | README.md | 110 `srtp_unprotect()` function), turning them into RTP packets. Similar
|
/external/libsrtp2/include/ |
D | srtp.h | 514 srtp_err_status_t srtp_unprotect(srtp_t ctx, void *srtp_hdr, int *len_ptr);
|
/external/webrtc/pc/ |
D | srtp_session.cc | 139 int err = srtp_unprotect(session_, p, out_len); in UnprotectRtp()
|
/external/libsrtp2/fuzzer/ |
D | fuzzer.c | 201 return srtp_unprotect(srtp_sender, hdr, len); in fuzz_srtp_unprotect()
|
/external/libsrtp2/srtp/ |
D | srtp.c | 2365 srtp_err_status_t srtp_unprotect(srtp_ctx_t *ctx, in srtp_unprotect() function
|