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

  /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/wpa_supplicant_8/src/wps/
wps_er.c 877 char **len_ptr, char **body_ptr)
906 *len_ptr = wpabuf_put(buf, 0);
930 char *len_ptr, char *body_ptr)
937 os_memcpy(len_ptr, len_buf, os_strlen(len_buf));
944 char *len_ptr, *body_ptr; local
969 &len_ptr, &body_ptr);
979 wps_er_soap_end(buf, "PutWLANResponse", len_ptr, body_ptr);
1376 char *len_ptr, *body_ptr; local
1636 char *len_ptr, *body_ptr; local
1799 char *len_ptr, *body_ptr; local
    [all...]
  /external/kernel-headers/original/linux/
compat.h 166 compat_size_t __user *len_ptr);
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c 1010 vki_size_t *, len_ptr);
1013 PRE_MEM_WRITE("get_robust_list(len_ptr)",
    [all...]

Completed in 156 milliseconds