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

1 2 3 4

  /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_6/wpa_supplicant/src/utils/
base64.h 19 size_t *out_len);
21 size_t *out_len);
base64.c 27 * @out_len: Pointer to output length variable, or %NULL if not used
28 * Returns: Allocated buffer of out_len bytes of encoded data,
33 * not included in out_len.
36 size_t *out_len)
87 if (out_len)
88 *out_len = pos - out;
97 * @out_len: Pointer to output length variable
98 * Returns: Allocated buffer of out_len bytes of decoded data,
104 size_t *out_len)
152 *out_len = pos - out
    [all...]
  /external/wpa_supplicant_8/src/utils/
base64.h 13 size_t *out_len);
15 size_t *out_len);
base64.c 21 * @out_len: Pointer to output length variable, or %NULL if not used
22 * Returns: Allocated buffer of out_len bytes of encoded data,
27 * not included in out_len.
30 size_t *out_len)
81 if (out_len)
82 *out_len = pos - out;
91 * @out_len: Pointer to output length variable
92 * Returns: Allocated buffer of out_len bytes of decoded data,
98 size_t *out_len)
153 *out_len = pos - out
    [all...]
  /system/core/include/cutils/
jstring.h 33 extern char16_t * strdup8to16 (const char* s, size_t *out_len);
35 extern char16_t * strcpy8to16 (char16_t *dest, const char*s, size_t *out_len);
37 size_t *out_len);
  /external/chromium/third_party/libjingle/source/talk/session/phone/
srtpfilter.h 72 bool ProtectRtp(void* data, int in_len, int max_len, int* out_len);
73 bool ProtectRtcp(void* data, int in_len, int max_len, int* out_len);
76 bool UnprotectRtp(void* data, int in_len, int* out_len);
77 bool UnprotectRtcp(void* data, int in_len, int* out_len);
120 bool ProtectRtp(void* data, int in_len, int max_len, int* out_len);
121 bool ProtectRtcp(void* data, int in_len, int max_len, int* out_len);
124 bool UnprotectRtp(void* data, int in_len, int* out_len);
125 bool UnprotectRtcp(void* data, int in_len, int* out_len);
srtpfilter.cc 123 bool SrtpFilter::ProtectRtp(void* p, int in_len, int max_len, int* out_len) {
128 return send_session_.ProtectRtp(p, in_len, max_len, out_len);
131 bool SrtpFilter::ProtectRtcp(void* p, int in_len, int max_len, int* out_len) {
136 return send_session_.ProtectRtcp(p, in_len, max_len, out_len);
139 bool SrtpFilter::UnprotectRtp(void* p, int in_len, int* out_len) {
144 return recv_session_.UnprotectRtp(p, in_len, out_len);
147 bool SrtpFilter::UnprotectRtcp(void* p, int in_len, int* out_len) {
152 return recv_session_.UnprotectRtcp(p, in_len, out_len);
271 bool SrtpSession::ProtectRtp(void* p, int in_len, int max_len, int* out_len) {
284 *out_len = in_len
    [all...]
  /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;
  /external/srtp/crypto/include/
null_auth.h 55 null_auth_alloc(auth_t **a, int key_len, int out_len);
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_client.h 28 int server_random_first, u8 *out, size_t out_len);
31 size_t *out_len, u8 **appl_data,
35 u8 *out_data, size_t out_len);
38 u8 *out_data, size_t out_len);
tlsv1_server.h 28 int server_random_first, u8 *out, size_t out_len);
30 const u8 *in_data, size_t in_len, size_t *out_len);
33 u8 *out_data, size_t out_len);
36 u8 *out_data, size_t out_len);
tlsv1_record.c 146 * @out_len: Buffer for returning the used buf length
153 size_t buf_size, size_t payload_len, size_t *out_len)
225 *out_len = pos - buf;
237 * @out_len: Set to maximum out_data length by caller; used to return the
247 u8 *out_data, size_t *out_len, u8 *alert)
308 if (*out_len < in_len) {
316 *out_len = in_len;
352 *out_len -= padlen + 1;
359 if (*out_len < rl->hash_size) {
366 *out_len -= rl->hash_size
    [all...]
tlsv1_client_i.h 78 u8 * tls_send_client_hello(struct tlsv1_client *conn, size_t *out_len);
80 u8 description, size_t *out_len);
81 u8 * tlsv1_client_handshake_write(struct tlsv1_client *conn, size_t *out_len,
85 u8 **out_data, size_t *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);
tlsv1_client.h 22 int server_random_first, u8 *out, size_t out_len);
25 size_t *out_len, u8 **appl_data,
29 u8 *out_data, size_t out_len);
  /external/chromium/crypto/
encryptor_openssl.cc 107 int out_len; local
108 if (!EVP_CipherUpdate(ctx.get(), out_ptr, &out_len,
116 if (!EVP_CipherFinal_ex(ctx.get(), out_ptr + out_len, &tail_len))
119 out_len += tail_len;
120 DCHECK_LE(out_len, static_cast<int>(output_size));
121 result.resize(out_len);
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_none.c 104 u8 *out, size_t out_len)
112 size_t *out_len, u8 **appl_data,
122 size_t *out_len)
130 u8 *out_data, size_t out_len)
138 u8 *out_data, size_t out_len)
214 u8 *out_data, size_t out_len)
tls_internal.c 314 u8 *out, size_t out_len)
320 out, out_len);
327 out, out_len);
336 size_t *out_len, u8 **appl_data,
348 return tlsv1_client_handshake(conn->client, in_data, in_len, out_len,
359 size_t *out_len)
368 out = tlsv1_server_handshake(conn->server, in_data, in_len, out_len);
371 *out_len = 0;
382 u8 *out_data, size_t out_len)
387 out_data, out_len);
    [all...]
tls.h 273 * @out_len: Length of the output buffer
289 u8 *out, size_t out_len);
297 * @out_len: Length of the output buffer.
323 size_t *out_len, u8 **appl_data,
332 * @out_len: Length of the output buffer.
340 size_t *out_len);
349 * @out_len: Maximum out_data length
358 u8 *out_data, size_t out_len);
367 * @out_len: Maximum out_data length
376 u8 *out_data, size_t out_len);
    [all...]
  /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;
  /system/extras/libublock/
ublock.c 70 void *out, size_t *out_len)
96 *out_len = sizeof(*out_h);
106 void *out, size_t *out_len)
117 *out_len = sizeof(struct ublock_ready_out);
126 void *out, size_t *out_len)
147 *out_len = sizeof(*out_h) + in_h->length;
149 *out_len = sizeof(*out_h);
156 void *out, size_t *out_len)
173 *out_len = sizeof(*out_h);
182 void *out, size_t *out_len)
241 size_t out_len; local
276 size_t in_len, out_len; local
    [all...]
  /external/bluetooth/glib/glib/
gbase64.h 50 gsize *out_len) G_GNUC_MALLOC;
52 gsize *out_len);
  /external/liblzf/src/org/liblzf/
CLZF.java 153 public static int lzf_compress (byte[] in_data, int in_len,byte[] out_data, int out_len)
166 //byte *out_end = op + out_len;
195 if (oidx + lit + 1 + 3 >= out_len)
248 if (oidx + 1 + MAX_LIT >= out_len)
261 if (oidx + lit + 1 >= out_len)
277 public static int lzf_decompress ( byte[] in_data, int in_len, byte[] out_data, int out_len)
290 if (oidx + ctrl > out_len)
311 if (oidx + len + 2 > out_len)

Completed in 440 milliseconds

1 2 3 4