HomeSort by relevance Sort by last modified time
    Searched refs:out_len (Results 1 - 25 of 118) sorted by null

1 2 3 4 5

  /external/liblzf/
lzf.h 54 * of out_len bytes.
59 * makes sense to always use out_len == in_len - 1), to ensure _some_
78 void *out_data, unsigned int out_len);
83 * will be stored at out_data up to a maximum of out_len characters.
97 void *out_data, unsigned int out_len);
  /external/wpa_supplicant_8/src/utils/
base64.h 13 size_t *out_len);
15 size_t *out_len);
  /system/core/include/cutils/
jstring.h 36 extern char16_t * strdup8to16 (const char* s, size_t *out_len);
38 extern char16_t * strcpy8to16 (char16_t *dest, const char*s, size_t *out_len);
40 size_t *out_len);
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
fake_var_interface.cc 30 const char* FakeVarInterface::VarToUtf8(PP_Var var, uint32_t* out_len) {
32 *out_len = 0;
38 *out_len = 0;
45 *out_len = var_data->string_value.length();
fake_var_interface.h 20 virtual const char* VarToUtf8(PP_Var var, uint32_t* out_len);
  /external/chromium_org/third_party/libsrtp/srtp/crypto/hash/
null_auth.c 56 null_auth_alloc(auth_t **a, int key_len, int out_len) {
61 debug_print(mod_auth, " tag length %d", out_len);
72 (*a)->out_len = out_len;
73 (*a)->prefix_len = out_len;
  /external/srtp/crypto/hash/
null_auth.c 56 null_auth_alloc(auth_t **a, int key_len, int out_len) {
61 debug_print(mod_auth, " tag length %d", out_len);
72 (*a)->out_len = out_len;
73 (*a)->prefix_len = out_len;
  /bionic/libc/kernel/uapi/linux/
mic_ioctl.h 29 __u32 out_len; member in struct:mic_copy_desc
  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
null_auth.h 55 null_auth_alloc(auth_t **a, int key_len, int out_len);
  /external/kernel-headers/original/uapi/linux/
mic_ioctl.h 33 * @out_len: The aggregate of the total length written to or read from
45 __u32 out_len; member in struct:mic_copy_desc
  /external/srtp/crypto/include/
null_auth.h 55 null_auth_alloc(auth_t **a, int key_len, int out_len);
  /external/wpa_supplicant_8/src/tls/
tlsv1_server.h 22 int server_random_first, u8 *out, size_t out_len);
24 const u8 *in_data, size_t in_len, size_t *out_len);
27 u8 *out_data, size_t out_len);
30 u8 *out_data, size_t out_len);
tlsv1_client_i.h 75 u8 * tls_send_client_hello(struct tlsv1_client *conn, size_t *out_len);
77 u8 description, size_t *out_len);
78 u8 * tlsv1_client_handshake_write(struct tlsv1_client *conn, size_t *out_len,
82 u8 **out_data, size_t *out_len);
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
mic_ioctl.h 29 __u32 out_len; member in struct:mic_copy_desc
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
mic_ioctl.h 29 __u32 out_len; member in struct:mic_copy_desc
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
mic_ioctl.h 29 __u32 out_len; member in struct:mic_copy_desc
  /prebuilts/tools/common/m2/repository/com/android/tools/external/liblzf/1.0/
liblzf-1.0.jar 
  /system/core/libcutils/
strdup8to16.c 39 * out_len is an out parameter (which may not be null) containing the
43 extern char16_t * strdup8to16 (const char* s, size_t *out_len)
59 return strcpy8to16 (ret, s, out_len);
147 * out_len is an out parameter (which may not be null) containing the
152 size_t *out_len)
174 *out_len = dest - utf16Str;
181 * out_len is an out parameter (which may not be null) containing the
186 int length, size_t *out_len)
211 *out_len = dest - utf16Str;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/socket/
socket_node.h 78 int* out_len);
85 int* out_len);
90 int* out_len);
97 int* out_len);
120 int* out_len);
128 int* out_len);
134 int* out_len) = 0;
139 int* out_len) = 0;
udp_node.h 42 int* out_len);
47 int* out_len);
  /external/chromium_org/third_party/libjingle/source/talk/base/
transformadapter.cc 82 size_t out_len = buffer_len; local
84 buffer, &out_len,
88 // Note: Don't signal SR_EOS this iteration, unless out_len is zero
94 } else if ((out_len == 0) && (state_ == ST_FLUSHING)) {
105 if (out_len == 0)
109 *read = out_len;
132 size_t out_len = sizeof(buffer_) - len_; local
134 buffer_ + len_, &out_len,
148 len_ = out_len;
messagedigest.h 70 // |out_len| bytes long. Returns the number of bytes written to |output| if
71 // successful, or 0 if |out_len| was too small.
73 void* output, size_t out_len);
78 void* output, size_t out_len);
99 // the HMAC to the buffer |output|, which is |out_len| bytes long. Returns the
100 // number of bytes written to |output| if successful, or 0 if |out_len| was too
104 void* output, size_t out_len);
110 void* output, size_t out_len);
  /external/chromium_org/third_party/webrtc/base/
transformadapter.cc 65 size_t out_len = buffer_len; local
67 buffer, &out_len,
71 // Note: Don't signal SR_EOS this iteration, unless out_len is zero
77 } else if ((out_len == 0) && (state_ == ST_FLUSHING)) {
88 if (out_len == 0)
92 *read = out_len;
115 size_t out_len = sizeof(buffer_) - len_; local
117 buffer_ + len_, &out_len,
131 len_ = out_len;
messagedigest.h 53 // |out_len| bytes long. Returns the number of bytes written to |output| if
54 // successful, or 0 if |out_len| was too small.
56 void* output, size_t out_len);
61 void* output, size_t out_len);
82 // the HMAC to the buffer |output|, which is |out_len| bytes long. Returns the
83 // number of bytes written to |output| if successful, or 0 if |out_len| was too
87 void* output, size_t out_len);
93 void* output, size_t out_len);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_handle.h 55 Error Recv(void* buf, size_t len, int flags, int* out_len);
61 int* out_len);
64 Error Send(const void* buf, size_t len, int flags, int* out_len);
70 int* out_len);

Completed in 1056 milliseconds

1 2 3 4 5