Searched refs:bytes_in_hdr (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/test/
H A Ddtls_srtp_driver.c231 int bytes_in_hdr = 12; local
234 hdr = malloc(pkt_octet_len + bytes_in_hdr
250 buffer += bytes_in_hdr;
H A Dsrtp_driver.c412 int bytes_in_hdr = 12; local
415 hdr = (srtp_hdr_t*) malloc(pkt_octet_len + bytes_in_hdr
431 buffer += bytes_in_hdr;
/external/srtp/test/
H A Ddtls_srtp_driver.c218 int bytes_in_hdr = 12; local
221 hdr = malloc(pkt_octet_len + bytes_in_hdr
237 buffer += bytes_in_hdr;
H A Dsrtp_driver.c382 int bytes_in_hdr = 12; local
385 hdr = (srtp_hdr_t*) malloc(pkt_octet_len + bytes_in_hdr
401 buffer += bytes_in_hdr;

Completed in 231 milliseconds