Searched refs:len_ptr (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/include/
H A Dsrtp.h291 * 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/
H A Dsrtp.h282 * 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/
H A Dremote-utils.c1133 void decode_m_packet (char *from, CORE_ADDR *mem_addr_ptr, unsigned int *len_ptr) argument
1137 *mem_addr_ptr = *len_ptr = 0;
1147 *len_ptr = *len_ptr << 4;
1148 *len_ptr |= fromhex (ch) & 0x0f;
1152 void decode_M_packet (char *from, CORE_ADDR *mem_addr_ptr, unsigned int *len_ptr, argument
1157 *mem_addr_ptr = *len_ptr = 0;
1165 *len_ptr = *len_ptr << 4;
1166 *len_ptr |
1172 decode_X_packet(char *from, int packet_len, CORE_ADDR *mem_addr_ptr, unsigned int *len_ptr, unsigned char *to) argument
[all...]
H A Dserver.h296 unsigned int *len_ptr);
298 unsigned int *len_ptr, unsigned char *to);
300 unsigned int *len_ptr, unsigned char *to);
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_er.c899 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
1452 &dst, &len_ptr, &body_ptr);
1457 wps_er_soap_end(buf, "SetSelectedRegistrar", len_ptr, body_pt
895 wps_er_soap_hdr(const struct wpabuf *msg, const char *name, const char *arg_name, const char *path, const struct sockaddr_in *dst, char **len_ptr, char **body_ptr) argument
951 wps_er_soap_end(struct wpabuf *buf, const char *name, char *len_ptr, char *body_ptr) argument
1694 char *len_ptr, *body_ptr; local
1857 char *len_ptr, *body_ptr; local
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dwps_er.c899 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
1452 &dst, &len_ptr, &body_ptr);
1457 wps_er_soap_end(buf, "SetSelectedRegistrar", len_ptr, body_pt
895 wps_er_soap_hdr(const struct wpabuf *msg, const char *name, const char *arg_name, const char *path, const struct sockaddr_in *dst, char **len_ptr, char **body_ptr) argument
951 wps_er_soap_end(struct wpabuf *buf, const char *name, char *len_ptr, char *body_ptr) argument
1694 char *len_ptr, *body_ptr; local
1857 char *len_ptr, *body_ptr; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_er.c899 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
1452 &dst, &len_ptr, &body_ptr);
1457 wps_er_soap_end(buf, "SetSelectedRegistrar", len_ptr, body_pt
895 wps_er_soap_hdr(const struct wpabuf *msg, const char *name, const char *arg_name, const char *path, const struct sockaddr_in *dst, char **len_ptr, char **body_ptr) argument
951 wps_er_soap_end(struct wpabuf *buf, const char *name, char *len_ptr, char *body_ptr) argument
1694 char *len_ptr, *body_ptr; local
1857 char *len_ptr, *body_ptr; local
[all...]
/external/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h1690 #define __sanitizer_syscall_pre_get_robust_list(pid, head_ptr, len_ptr) \
1692 (long)(len_ptr))
1693 #define __sanitizer_syscall_post_get_robust_list(res, pid, head_ptr, len_ptr) \
1695 res, (long)(pid), (long)(head_ptr), (long)(len_ptr))
2967 long len_ptr);
2969 long head_ptr, long len_ptr);
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-linux.c1220 vki_size_t *, len_ptr);
1223 PRE_MEM_WRITE("get_robust_list(len_ptr)",

Completed in 182 milliseconds