HomeSort by relevance Sort by last modified time
    Searched refs:bytes_in_hdr (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libsrtp/srtp/test/
dtls_srtp_driver.c 231 int bytes_in_hdr = 12; local
234 hdr = malloc(pkt_octet_len + bytes_in_hdr
250 buffer += bytes_in_hdr;
srtp_driver.c 412 int bytes_in_hdr = 12; local
415 hdr = (srtp_hdr_t*) malloc(pkt_octet_len + bytes_in_hdr
431 buffer += bytes_in_hdr;
    [all...]

Completed in 2192 milliseconds