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

12 3 4

  /external/srtp/crypto/include/
auth.h 56 (auth_pointer_t *ap, int key_len, int out_len);
81 (((a)->type)->compute((a)->state, (buf), (len), (a)->out_len, (res)))
137 int out_len; /* length of output tag in octets */ member in struct:auth_t
hmac.h 59 hmac_alloc(auth_t **a, int key_len, int out_len);
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_schannel.c 196 u8 *out, size_t out_len)
209 out_len > sizeof(conn->eap_tls_prf))
212 os_memcpy(out, conn->eap_tls_prf, out_len);
220 size_t *out_len)
267 *out_len = outbufs[0].cbBuffer;
268 buf = os_malloc(*out_len);
271 os_memcpy(buf, outbufs[0].pvBuffer, *out_len);
321 size_t *out_len, u8 **appl_data,
336 return tls_conn_hs_clienthello(global, conn, out_len);
395 *out_len = outbufs[0].cbBuffer
    [all...]
tls_gnutls.c 859 u8 *out, size_t out_len)
866 server_random_first, 0, NULL, out_len, (char *) out);
984 size_t *out_len, u8 **appl_data,
1080 *out_len = conn->push_buf_len;
1090 size_t *out_len)
1093 out_len, NULL, NULL);
1099 u8 *out_data, size_t out_len)
1116 if (conn->push_buf_len < out_len)
1117 out_len = conn->push_buf_len;
1118 else if (conn->push_buf_len > out_len) {
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_record.h 69 size_t buf_size, size_t payload_len, size_t *out_len);
72 u8 *out_data, size_t *out_len, u8 *alert);
tlsv1_server_i.h 71 u8 * tlsv1_server_handshake_write(struct tlsv1_server *conn, size_t *out_len);
73 u8 description, size_t *out_len);
tlsv1_client_write.c 49 u8 * tls_send_client_hello(struct tlsv1_client *conn, size_t *out_len)
56 *out_len = 0;
118 rhdr, end - rhdr, pos - hs_start, out_len) < 0) {
669 size_t *out_len)
674 *out_len = 0;
703 *out_len = pos - msg;
712 size_t *out_len)
716 *out_len = 0;
731 *out_len = pos - msg;
741 u8 * tlsv1_client_handshake_write(struct tlsv1_client *conn, size_t *out_len,
    [all...]
tlsv1_client.c 126 * @out_len: Length of the output buffer.
133 size_t *out_len, u8 **appl_data,
144 return tls_send_client_hello(conn, out_len);
190 msg = tlsv1_client_handshake_write(conn, out_len, no_appl_data);
199 out_len);
202 *out_len = 0;
215 * @out_len: Maximum out_data length
223 u8 *out_data, size_t out_len)
233 out_data, out_len, in_len, &rlen) < 0) {
250 * @out_len: Maximum out_data lengt
    [all...]
tlsv1_server_write.c 660 static u8 * tls_send_server_hello(struct tlsv1_server *conn, size_t *out_len)
665 *out_len = 0;
689 *out_len = pos - msg;
705 *out_len = pos - msg;
714 size_t *out_len)
718 *out_len = 0;
733 *out_len = pos - msg;
742 u8 * tlsv1_server_handshake_write(struct tlsv1_server *conn, size_t *out_len)
746 return tls_send_server_hello(conn, out_len);
748 return tls_send_change_cipher_spec(conn, out_len);
    [all...]
tlsv1_server.c 108 * @out_len: Length of the output buffer.
113 size_t *out_len)
161 msg = tlsv1_server_handshake_write(conn, out_len);
176 out_len);
189 * @out_len: Maximum out_data length
197 u8 *out_data, size_t out_len)
207 out_data, out_len, in_len, &rlen) < 0) {
224 * @out_len: Maximum out_data length
232 u8 *out_data, size_t out_len)
242 out_end = out_data + out_len;
    [all...]
  /external/wpa_supplicant_8/src/tls/
tlsv1_record.h 66 size_t *out_len);
69 u8 *out_data, size_t *out_len, u8 *alert);
tlsv1_server_i.h 65 u8 * tlsv1_server_handshake_write(struct tlsv1_server *conn, size_t *out_len);
67 u8 description, size_t *out_len);
tlsv1_client_write.c 45 u8 * tls_send_client_hello(struct tlsv1_client *conn, size_t *out_len)
52 *out_len = 0;
115 out_len) < 0) {
732 size_t *out_len)
737 *out_len = 0;
766 *out_len = pos - msg;
775 size_t *out_len)
779 *out_len = 0;
794 *out_len = pos - msg;
804 u8 * tlsv1_client_handshake_write(struct tlsv1_client *conn, size_t *out_len,
    [all...]
tlsv1_record.c 144 * @out_len: Buffer for returning the used buf length
152 size_t *out_len)
257 *out_len = pos - buf;
269 * @out_len: Set to maximum out_data length by caller; used to return the
280 u8 *out_data, size_t *out_len, u8 *alert)
348 if (*out_len < in_len) {
468 *out_len = plen;
471 *out_len = in_len;
475 if (TLS_RECORD_HEADER_LEN + *out_len > 17408) {
477 (unsigned long) (TLS_RECORD_HEADER_LEN + *out_len));
    [all...]
tlsv1_server_write.c 664 static u8 * tls_send_server_hello(struct tlsv1_server *conn, size_t *out_len)
669 *out_len = 0;
693 *out_len = pos - msg;
709 *out_len = pos - msg;
718 size_t *out_len)
722 *out_len = 0;
737 *out_len = pos - msg;
746 u8 * tlsv1_server_handshake_write(struct tlsv1_server *conn, size_t *out_len)
750 return tls_send_server_hello(conn, out_len);
752 return tls_send_change_cipher_spec(conn, out_len);
    [all...]
tlsv1_server.c 104 * @out_len: Length of the output buffer.
109 size_t *out_len)
166 msg = tlsv1_server_handshake_write(conn, out_len);
181 out_len);
194 * @out_len: Maximum out_data length
202 u8 *out_data, size_t out_len)
210 out_data, out_len, in_data, in_len, &rlen) < 0) {
227 * @out_len: Maximum out_data length
235 u8 *out_data, size_t out_len)
245 out_end = out_data + out_len;
    [all...]
tlsv1_client.c 132 * @out_len: Length of the output buffer.
141 size_t *out_len, u8 **appl_data,
156 return tls_send_client_hello(conn, out_len);
235 msg = tlsv1_client_handshake_write(conn, out_len, no_appl_data);
246 out_len);
249 *out_len = 0;
267 * @out_len: Maximum out_data length
275 u8 *out_data, size_t out_len)
283 out_data, out_len, in_data, in_len, &rlen) < 0) {
516 * @out_len: Length of the output buffe
    [all...]
  /external/srtp/crypto/hash/
hmac.c 57 hmac_alloc(auth_t **a, int key_len, int out_len) {
62 debug_print(mod_hmac, " tag length %d", out_len);
72 if (out_len > 20)
84 (*a)->out_len = out_len;
  /external/sqlite/android/
PhoneNumberUtils.cpp 442 int out_len = 0; local
447 if (out_len < len) {
448 out[out_len++] = c;
454 if (out_len < len) {
455 out[out_len++] = c;
462 out_len = 0;
468 *outlen = out_len;
  /external/speex/libspeex/
resample.c 332 static int resampler_basic_direct_single(SpeexResamplerState *st, spx_uint32_t channel_index, const spx_word16_t *in, spx_uint32_t *in_len, spx_word16_t *out, spx_uint32_t *out_len)
346 while (!(last_sample >= (spx_int32_t)*in_len || out_sample >= (spx_int32_t)*out_len))
384 static int resampler_basic_direct_double(SpeexResamplerState *st, spx_uint32_t channel_index, const spx_word16_t *in, spx_uint32_t *in_len, spx_word16_t *out, spx_uint32_t *out_len)
398 while (!(last_sample >= (spx_int32_t)*in_len || out_sample >= (spx_int32_t)*out_len))
433 static int resampler_basic_interpolate_single(SpeexResamplerState *st, spx_uint32_t channel_index, const spx_word16_t *in, spx_uint32_t *in_len, spx_word16_t *out, spx_uint32_t *out_len)
446 while (!(last_sample >= (spx_int32_t)*in_len || out_sample >= (spx_int32_t)*out_len))
496 static int resampler_basic_interpolate_double(SpeexResamplerState *st, spx_uint32_t channel_index, const spx_word16_t *in, spx_uint32_t *in_len, spx_word16_t *out, spx_uint32_t *out_len)
509 while (!(last_sample >= (spx_int32_t)*in_len || out_sample >= (spx_int32_t)*out_len))
802 static int speex_resampler_process_native(SpeexResamplerState *st, spx_uint32_t channel_index, spx_uint32_t *in_len, spx_word16_t *out, spx_uint32_t *out_len)
813 out_sample = st->resampler_ptr(st, channel_index, mem, in_len, out, out_len);
    [all...]
  /external/speex/include/speex/
speex_resampler.h 163 * @param out_len Size of the output buffer. Returns the number of samples written
170 spx_uint32_t *out_len);
180 * @param out_len Size of the output buffer. Returns the number of samples written
187 spx_uint32_t *out_len);
195 * @param out_len Size of the output buffer. Returns the number of samples written.
202 spx_uint32_t *out_len);
210 * @param out_len Size of the output buffer. Returns the number of samples written.
217 spx_uint32_t *out_len);
  /external/chromium/net/base/
filter.cc 329 int out_len; local
336 out_len = std::min(input_len, stream_data_len_);
337 memcpy(dest_buffer, next_stream_data_, out_len);
338 *dest_len += out_len;
339 stream_data_len_ -= out_len;
344 next_stream_data_ += out_len;
  /external/liblzf/cs/
CLZF.cs 153 public 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 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)
  /external/liblzf/
lzf_d.c 57 void *out_data, unsigned int out_len)
62 u8 *const out_end = op + out_len;
  /external/qemu/hw/
bt-hci-csr.c 37 int out_len; member in struct:csrhci_s
75 if (!s->enable || !s->out_len)
83 s->out_len --;
90 if (s->out_len)
97 int off = s->out_start + s->out_len;
100 s->out_len += len;
110 if (s->out_len > s->out_size) {
389 s->out_len = 0;

Completed in 1668 milliseconds

12 3 4