Home
last modified time | relevance | path

Searched refs:xtn_hdr_end (Results 1 – 1 of 1) sorted by relevance

/external/libsrtp2/srtp/
Dsrtp.c1388 uint8_t *xtn_hdr_end = in srtp_process_header_encryption() local
1393 while (xtn_hdr_data < xtn_hdr_end) { in srtp_process_header_encryption()
1399 if (xtn_hdr_data + xlen > xtn_hdr_end) in srtp_process_header_encryption()
1424 while (xtn_hdr_data < xtn_hdr_end && *xtn_hdr_data == 0) { in srtp_process_header_encryption()
1430 while (xtn_hdr_data + 1 < xtn_hdr_end) { in srtp_process_header_encryption()
1436 if (xtn_hdr_data + xlen > xtn_hdr_end) in srtp_process_header_encryption()
1456 while (xtn_hdr_data < xtn_hdr_end && *xtn_hdr_data == 0) { in srtp_process_header_encryption()