Searched refs:srtp_protect (Results 1 – 9 of 9) sorted by relevance
/external/libsrtp2/test/ |
D | srtp_driver.c | 857 status = srtp_protect(srtp, mesg, &len); in srtp_bits_per_second() 909 srtp_protect(srtp, (srtp_hdr_t *)mesg, &len); in srtp_rejections_per_second() 945 return srtp_protect(srtp_sender, hdr, len); in srtp_test_call_protect() 1700 status = srtp_protect(srtp_snd, srtp_plaintext, &len); in srtp_validate() 1868 status = srtp_protect(srtp_snd, rtp_plaintext, &len); in srtp_validate_gcm() 2026 status = srtp_protect(srtp_snd, srtp_plaintext, &len); in srtp_validate_encrypted_extensions_headers() 2147 status = srtp_protect(srtp_snd, srtp_plaintext, &len); in srtp_validate_encrypted_extensions_headers_gcm() 2262 status = srtp_protect(srtp_snd, srtp_plaintext, &len); in srtp_validate_aes_256() 2390 status = srtp_protect(srtp_snd, mesg, &len); in srtp_test_empty_payload() 2466 status = srtp_protect(srtp_snd, mesg, &len); in srtp_test_empty_payload_gcm() [all …]
|
D | dtls_srtp_driver.c | 151 err = srtp_protect(s, test_packet, &test_packet_len); in test_dtls_srtp()
|
D | rtp.c | 77 stat = srtp_protect(sender->srtp_ctx, &sender->message.header, &pkt_len); in rtp_sendto()
|
/external/libsrtp2/ |
D | srtp.def | 4 srtp_protect
|
D | README.md | 107 can be encrypted and authenticated (using the `srtp_protect()` 225 * The `srtp_protect()` function assumes that the buffer holding the 464 srtp_protect(session, rtp_buffer, &len);
|
/external/libsrtp2/include/ |
D | srtp.h | 418 srtp_err_status_t srtp_protect(srtp_t ctx, void *rtp_hdr, int *len_ptr);
|
/external/webrtc/pc/ |
D | srtp_session.cc | 84 int err = srtp_protect(session_, p, out_len); in ProtectRtp()
|
/external/libsrtp2/fuzzer/ |
D | fuzzer.c | 192 return srtp_protect(srtp_sender, hdr, len); in fuzz_srtp_protect()
|
/external/libsrtp2/srtp/ |
D | srtp.c | 2036 srtp_err_status_t srtp_protect(srtp_ctx_t *ctx, in srtp_protect() function
|