HomeSort by relevance Sort by last modified time
    Searched full:hdr_enc (Results 1 - 1 of 1) sorted by null

  /external/srtp/test/
srtp_driver.c 576 uint8_t hdr_enc[64]; local
629 memcpy(hdr_enc, hdr, len);
722 status = srtp_unprotect(srtp_rcvr, hdr_enc, &len);
775 uint8_t hdr_enc[64]; local
828 memcpy(hdr_enc, hdr, len);
921 status = srtp_unprotect_rtcp(srtcp_rcvr, hdr_enc, &len);
    [all...]

Completed in 261 milliseconds