Home
last modified time | relevance | path

Searched refs:srtp_protect (Results 1 – 9 of 9) sorted by relevance

/external/libsrtp2/test/
Dsrtp_driver.c857 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 …]
Ddtls_srtp_driver.c151 err = srtp_protect(s, test_packet, &test_packet_len); in test_dtls_srtp()
Drtp.c77 stat = srtp_protect(sender->srtp_ctx, &sender->message.header, &pkt_len); in rtp_sendto()
/external/libsrtp2/
Dsrtp.def4 srtp_protect
DREADME.md107 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/
Dsrtp.h418 srtp_err_status_t srtp_protect(srtp_t ctx, void *rtp_hdr, int *len_ptr);
/external/webrtc/pc/
Dsrtp_session.cc84 int err = srtp_protect(session_, p, out_len); in ProtectRtp()
/external/libsrtp2/fuzzer/
Dfuzzer.c192 return srtp_protect(srtp_sender, hdr, len); in fuzz_srtp_protect()
/external/libsrtp2/srtp/
Dsrtp.c2036 srtp_err_status_t srtp_protect(srtp_ctx_t *ctx, in srtp_protect() function