Searched refs:srtp_hdr (Results 1 - 2 of 2) sorted by relevance

/external/srtp/include/
H A Dsrtp.h321 * The function call srtp_unprotect(ctx, srtp_hdr, len_ptr) verifies
322 * the Secure RTP protection of the SRTP packet pointed to by srtp_hdr
324 * err_status_ok is returned, then srtp_hdr points to the resulting
339 * @param srtp_hdr is a pointer to the header of the SRTP packet
360 srtp_unprotect(srtp_t ctx, void *srtp_hdr, int *len_ptr);
778 * The function call srtp_unprotect_rtcp(ctx, srtp_hdr, len_ptr)
/external/srtp/srtp/
H A Dsrtp.c840 srtp_unprotect(srtp_ctx_t *ctx, void *srtp_hdr, int *pkt_octet_len) { argument
841 srtp_hdr_t *hdr = (srtp_hdr_t *)srtp_hdr;

Completed in 33 milliseconds