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

1 23 4 5

  /external/chromium_org/third_party/libsrtp/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;
auth.c 63 return a->out_len;
  /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;
auth.c 63 return a->out_len;
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter.cc 210 bool SrtpFilter::ProtectRtp(void* p, int in_len, int max_len, int* out_len) {
215 return send_session_->ProtectRtp(p, in_len, max_len, out_len);
218 bool SrtpFilter::ProtectRtp(void* p, int in_len, int max_len, int* out_len,
225 return send_session_->ProtectRtp(p, in_len, max_len, out_len, index);
228 bool SrtpFilter::ProtectRtcp(void* p, int in_len, int max_len, int* out_len) {
234 return send_rtcp_session_->ProtectRtcp(p, in_len, max_len, out_len);
236 return send_session_->ProtectRtcp(p, in_len, max_len, out_len);
240 bool SrtpFilter::UnprotectRtp(void* p, int in_len, int* out_len) {
245 return recv_session_->UnprotectRtp(p, in_len, out_len);
248 bool SrtpFilter::UnprotectRtcp(void* p, int in_len, int* out_len) {
    [all...]
  /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/chromium_org/third_party/libjingle/source/talk/base/
transformadapter.h 40 // Transform should convert the in_len bytes of input into the out_len-sized
44 // out_len contains the number of bytes ready in output.
48 void * output, size_t * out_len,
  /external/chromium_org/third_party/tcmalloc/chromium/src/
stack_trace_table.cc 115 const int out_len = bucket_total_ * 3 + depth_total_ + 1; local
116 void** out = new void*[out_len];
120 out_len * sizeof(*out));
139 ASSERT(idx == out_len);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
stack_trace_table.cc 115 const int out_len = bucket_total_ * 3 + depth_total_ + 1; local
116 void** out = new void*[out_len];
120 out_len * sizeof(*out));
139 ASSERT(idx == out_len);
  /external/chromium_org/third_party/webrtc/base/
transformadapter.h 23 // Transform should convert the in_len bytes of input into the out_len-sized
27 // out_len contains the number of bytes ready in output.
31 void * output, size_t * out_len,
  /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/wpa_supplicant_8/src/tls/
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 803 static u8 * tls_send_server_hello(struct tlsv1_server *conn, size_t *out_len)
808 *out_len = 0;
832 *out_len = pos - msg;
848 *out_len = pos - msg;
857 size_t *out_len)
861 *out_len = 0;
876 *out_len = pos - msg;
885 u8 * tlsv1_server_handshake_write(struct tlsv1_server *conn, size_t *out_len)
889 return tls_send_server_hello(conn, out_len);
891 return tls_send_change_cipher_spec(conn, 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) {
519 * @out_len: Length of the output buffe
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/socket/
udp_node.cc 252 int* out_len) {
254 *out_len = 0;
266 *out_len = capped_len;
279 int* out_len) {
292 *out_len = 0;
298 *out_len = capped_len;
  /external/chromium_org/net/filter/
filter.cc 327 int out_len; local
334 out_len = std::min(input_len, stream_data_len_);
335 memcpy(dest_buffer, next_stream_data_, out_len);
336 *dest_len += out_len;
337 stream_data_len_ -= out_len;
342 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)
  /bootable/recovery/
asn1_decoder.cpp 80 static bool decode_length(asn1_context_t* ctx, size_t* out_len) {
86 *out_len = num_octets;
102 *out_len = length;
  /external/chromium_org/net/quic/
quic_config_test.cc 70 size_t out_len; local
71 error = msg.GetTaglist(kCGST, &out, &out_len);
72 EXPECT_EQ(1u, out_len);
84 size_t out_len; local
85 EXPECT_EQ(QUIC_NO_ERROR, msg.GetTaglist(kCGST, &out, &out_len));
86 EXPECT_EQ(2u, out_len);
  /external/liblzf/
lzf_d.c 57 void *out_data, unsigned int out_len)
62 u8 *const out_end = op + out_len;
  /external/chromium_org/net/quic/crypto/
crypto_handshake_message.h 74 // |out_tags| and |out_len| to point to the array of tags and returns true.
78 size_t* out_len) const;
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-normalize.cc 381 (starter == buffer->out_len - 1 ||
395 buffer->merge_out_clusters (starter, buffer->out_len);
396 buffer->out_len--; /* Remove the second composable. */
409 starter = buffer->out_len - 1;
  /external/harfbuzz_ng/src/
hb-ot-shape-normalize.cc 381 (starter == buffer->out_len - 1 ||
395 buffer->merge_out_clusters (starter, buffer->out_len);
396 buffer->out_len--; /* Remove the second composable. */
409 starter = buffer->out_len - 1;

Completed in 1065 milliseconds

1 23 4 5