Searched defs:pkt_octet_len (Results 1 – 4 of 4) sorted by relevance
/external/srtp/srtp/ |
D | ekt.c | 94 srtcp_packet_get_ekt_spi(const uint8_t *packet_start, unsigned pkt_octet_len) { in srtcp_packet_get_ekt_spi() 103 srtcp_packet_get_ekt_roc(const uint8_t *packet_start, unsigned pkt_octet_len) { in srtcp_packet_get_ekt_roc() 113 unsigned pkt_octet_len) { in srtcp_packet_get_emk_location() 165 unsigned pkt_octet_len) { in srtp_stream_init_from_ekt()
|
D | srtp.c | 597 srtp_protect(srtp_ctx_t *ctx, void *rtp_hdr, int *pkt_octet_len) { in srtp_protect() 840 srtp_unprotect(srtp_ctx_t *ctx, void *srtp_hdr, int *pkt_octet_len) { in srtp_unprotect() 1446 srtp_protect_rtcp(srtp_t ctx, void *rtcp_hdr, int *pkt_octet_len) { in srtp_protect_rtcp() 1629 srtp_unprotect_rtcp(srtp_t ctx, void *srtcp_hdr, int *pkt_octet_len) { in srtp_unprotect_rtcp()
|
/external/srtp/test/ |
D | dtls_srtp_driver.c | 214 srtp_create_test_packet(int pkt_octet_len, uint32_t ssrc) { in srtp_create_test_packet()
|
D | srtp_driver.c | 378 srtp_create_test_packet(int pkt_octet_len, uint32_t ssrc) { in srtp_create_test_packet() 1071 srtp_packet_to_string(srtp_hdr_t *hdr, int pkt_octet_len) { in srtp_packet_to_string()
|