Home
last modified time | relevance | path

Searched refs:srtp_unprotect (Results 1 – 10 of 10) sorted by relevance

/external/libsrtp2/test/
Dsrtp_driver.c914 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 …]
Ddtls_srtp_driver.c157 err = srtp_unprotect(s, test_packet, &test_packet_len); in test_dtls_srtp()
Drtp.c129 stat = srtp_unprotect(receiver->srtp_ctx, &receiver->message.header, in rtp_recvfrom()
Drtp_decoder.c732 status = srtp_unprotect(dcdr->srtp_ctx, &message, &octets_recvd); in rtp_decoder_handle_pkt()
/external/libsrtp2/
Dsrtp.def6 srtp_unprotect
DREADME.md110 `srtp_unprotect()` function), turning them into RTP packets. Similar
/external/libsrtp2/include/
Dsrtp.h514 srtp_err_status_t srtp_unprotect(srtp_t ctx, void *srtp_hdr, int *len_ptr);
/external/webrtc/pc/
Dsrtp_session.cc139 int err = srtp_unprotect(session_, p, out_len); in UnprotectRtp()
/external/libsrtp2/fuzzer/
Dfuzzer.c201 return srtp_unprotect(srtp_sender, hdr, len); in fuzz_srtp_unprotect()
/external/libsrtp2/srtp/
Dsrtp.c2365 srtp_err_status_t srtp_unprotect(srtp_ctx_t *ctx, in srtp_unprotect() function