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

  /external/chromium_org/third_party/libsrtp/srtp/include/
srtp.h 291 * The function call srtp_protect(ctx, rtp_hdr, len_ptr) applies SRTP
292 * protection to the RTP packet rtp_hdr (which has length *len_ptr) using
294 * points to the resulting SRTP packet and *len_ptr is the number of
312 * @param len_ptr is a pointer to the length in octets of the complete
324 srtp_protect(srtp_t ctx, void *rtp_hdr, int *len_ptr);
330 * The function call srtp_unprotect(ctx, srtp_hdr, len_ptr) verifies
332 * (which has length *len_ptr), using the SRTP context ctx. If
334 * RTP packet and *len_ptr is the number of octets in that packet;
353 * @param len_ptr is a pointer to the length in octets of the complete
369 srtp_unprotect(srtp_t ctx, void *srtp_hdr, int *len_ptr);
    [all...]
  /external/srtp/include/
srtp.h 282 * The function call srtp_protect(ctx, rtp_hdr, len_ptr) applies SRTP
283 * protection to the RTP packet rtp_hdr (which has length *len_ptr) using
285 * points to the resulting SRTP packet and *len_ptr is the number of
303 * @param len_ptr is a pointer to the length in octets of the complete
315 srtp_protect(srtp_t ctx, void *rtp_hdr, int *len_ptr);
321 * The function call srtp_unprotect(ctx, srtp_hdr, len_ptr) verifies
323 * (which has length *len_ptr), using the SRTP context ctx. If
325 * RTP packet and *len_ptr is the number of octets in that packet;
344 * @param len_ptr is a pointer to the length in octets of the complete
360 srtp_unprotect(srtp_t ctx, void *srtp_hdr, int *len_ptr);
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
remote-utils.c     [all...]
server.h 296 unsigned int *len_ptr);
298 unsigned int *len_ptr, unsigned char *to);
300 unsigned int *len_ptr, unsigned char *to);
  /external/wpa_supplicant_8/src/wps/
wps_er.c 899 char **len_ptr, char **body_ptr)
928 *len_ptr = wpabuf_put(buf, 0);
952 char *len_ptr, char *body_ptr)
959 os_memcpy(len_ptr, len_buf, os_strlen(len_buf));
966 char *len_ptr, *body_ptr; local
991 &len_ptr, &body_ptr);
1001 wps_er_soap_end(buf, "PutWLANResponse", len_ptr, body_ptr);
1424 char *len_ptr, *body_ptr; local
1694 char *len_ptr, *body_ptr; local
1857 char *len_ptr, *body_ptr; local
    [all...]
  /external/compiler-rt/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c     [all...]

Completed in 818 milliseconds