/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/coregrind/m_gdbserver/ |
remote-utils.c | [all...] |
server.h | 300 unsigned int *len_ptr); 302 unsigned int *len_ptr, unsigned char *to); 304 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 1698 char *len_ptr, *body_ptr; local 1870 char *len_ptr, *body_ptr; local [all...] |
/external/compiler-rt/include/sanitizer/ |
linux_syscall_hooks.h | [all...] |
/prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/sanitizer/ |
linux_syscall_hooks.h | [all...] |
/prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/sanitizer/ |
linux_syscall_hooks.h | [all...] |
/prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/sanitizer/ |
linux_syscall_hooks.h | [all...] |
/prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/sanitizer/ |
linux_syscall_hooks.h | [all...] |
/prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/sanitizer/ |
linux_syscall_hooks.h | [all...] |
/prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/sanitizer/ |
linux_syscall_hooks.h | [all...] |
/prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/sanitizer/ |
linux_syscall_hooks.h | [all...] |
/prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/sanitizer/ |
linux_syscall_hooks.h | [all...] |
/external/valgrind/coregrind/m_syswrap/ |
syswrap-linux.c | [all...] |