Home
last modified time | relevance | path

Searched refs:ilen (Results 1 – 25 of 26) sorted by relevance

12

/external/openssl/crypto/comp/
Dc_rle.c8 unsigned int olen, unsigned char *in, unsigned int ilen);
10 unsigned int olen, unsigned char *in, unsigned int ilen);
29 unsigned int olen, unsigned char *in, unsigned int ilen) in rle_compress_block() argument
33 if (ilen == 0 || olen < (ilen-1)) in rle_compress_block()
40 memcpy(out,in,ilen); in rle_compress_block()
41 return(ilen+1); in rle_compress_block()
45 unsigned int olen, unsigned char *in, unsigned int ilen) in rle_expand_block() argument
49 if (olen < (ilen-1)) in rle_expand_block()
58 memcpy(out,in,ilen-1); in rle_expand_block()
60 return(ilen-1); in rle_expand_block()
Dcomp_lib.c38 unsigned char *in, int ilen) in COMP_compress_block() argument
46 ret=ctx->meth->compress(ctx,out,olen,in,ilen); in COMP_compress_block()
49 ctx->compress_in+=ilen; in COMP_compress_block()
56 unsigned char *in, int ilen) in COMP_expand_block() argument
65 ret=ctx->meth->expand(ctx,out,olen,in,ilen); in COMP_expand_block()
68 ctx->expand_in+=ilen; in COMP_expand_block()
Dc_zlib.c30 unsigned int olen, unsigned char *in, unsigned int ilen);
32 unsigned int olen, unsigned char *in, unsigned int ilen);
54 unsigned int olen, unsigned char *in, unsigned int ilen);
56 unsigned int olen, unsigned char *in, unsigned int ilen);
192 unsigned int olen, unsigned char *in, unsigned int ilen) in zlib_stateful_compress_block() argument
203 state->ostream.avail_in = ilen; in zlib_stateful_compress_block()
206 if (ilen > 0) in zlib_stateful_compress_block()
212 ilen,olen - state->ostream.avail_out, in zlib_stateful_compress_block()
213 (ilen != olen - state->ostream.avail_out)?"zlib":"clear"); in zlib_stateful_compress_block()
219 unsigned int olen, unsigned char *in, unsigned int ilen) in zlib_stateful_expand_block() argument
[all …]
Dcomp.h21 unsigned char *in, unsigned int ilen);
24 unsigned char *in, unsigned int ilen);
45 unsigned char *in, int ilen);
47 unsigned char *in, int ilen);
/external/openssh/
Drsa.c78 int len, ilen, olen; in rsa_public_encrypt() local
86 ilen = BN_num_bytes(in); in rsa_public_encrypt()
87 inbuf = xmalloc(ilen); in rsa_public_encrypt()
90 if ((len = RSA_public_encrypt(ilen, inbuf, outbuf, key, in rsa_public_encrypt()
98 memset(inbuf, 0, ilen); in rsa_public_encrypt()
107 int len, ilen, olen; in rsa_private_decrypt() local
112 ilen = BN_num_bytes(in); in rsa_private_decrypt()
113 inbuf = xmalloc(ilen); in rsa_private_decrypt()
116 if ((len = RSA_private_decrypt(ilen, inbuf, outbuf, key, in rsa_private_decrypt()
124 memset(inbuf, 0, ilen); in rsa_private_decrypt()
Dmonitor.c134 u_int ilen; member
1778 buffer_append(packet_get_input(), child_state.input, child_state.ilen); in monitor_apply_keystate()
1779 memset(child_state.input, 0, child_state.ilen); in monitor_apply_keystate()
1905 child_state.input = buffer_get_string(&m, &child_state.ilen); in mm_get_keystate()
/external/openssl/ssl/
Dt1_reneg.c150 int ilen; in ssl_parse_clienthello_renegotiate_ext() local
159 ilen = *d; in ssl_parse_clienthello_renegotiate_ext()
163 if((ilen+1) != len) in ssl_parse_clienthello_renegotiate_ext()
171 if(ilen != s->s3->previous_client_finished_len) in ssl_parse_clienthello_renegotiate_ext()
187 ilen ? "Non-empty" : "Empty"); in ssl_parse_clienthello_renegotiate_ext()
237 int ilen; in ssl_parse_serverhello_renegotiate_ext() local
250 ilen = *d; in ssl_parse_serverhello_renegotiate_ext()
254 if(ilen+1 != len) in ssl_parse_serverhello_renegotiate_ext()
262 if(ilen != expected_len) in ssl_parse_serverhello_renegotiate_ext()
287 ilen ? "Non-empty" : "Empty"); in ssl_parse_serverhello_renegotiate_ext()
/external/openssl/include/openssl/
Dcomp.h21 unsigned char *in, unsigned int ilen);
24 unsigned char *in, unsigned int ilen);
45 unsigned char *in, int ilen);
47 unsigned char *in, int ilen);
/external/libppp/src/
Ddeflate.c74 int olen, ilen, len, res, flush; in DeflateOutput() local
77 ilen = m_length(mp); in DeflateOutput()
78 log_Printf(LogDEBUG, "DeflateOutput: Proto %02x (%d bytes)\n", *proto, ilen); in DeflateOutput()
151 if (olen >= ilen) { in DeflateOutput()
155 ilen, olen, *proto); in DeflateOutput()
156 ccp->uncompout += ilen; in DeflateOutput()
157 ccp->compout += ilen; /* We measure this stuff too */ in DeflateOutput()
177 ccp->uncompout += ilen; in DeflateOutput()
181 ilen, olen, *proto); in DeflateOutput()
204 int ilen, olen; in DeflateInput() local
[all …]
Dmppe.c164 int dictinit, ilen, len; in MPPEOutput() local
167 ilen = m_length(mp); in MPPEOutput()
170 log_Printf(LogDEBUG, "MPPE: Output: Proto %02x (%d bytes)\n", *proto, ilen); in MPPEOutput()
173 ccp->compout += ilen; in MPPEOutput()
174 ccp->uncompout += ilen; in MPPEOutput()
217 RC4(&mop->rc4key, ilen, rp, rp); in MPPEOutput()
225 ccp->uncompout += ilen; in MPPEOutput()
246 int dictinit, flushed, ilen, len, n; in MPPEInput() local
248 ilen = m_length(mp); in MPPEInput()
250 ccp->compin += ilen; in MPPEInput()
[all …]
/external/libnfc-nci/src/nfc/ndef/
Dndef_utils.c582 UINT8 *NDEF_MsgGetFirstRecById (UINT8 *p_msg, UINT8 *p_id, UINT8 ilen) in NDEF_MsgGetFirstRecById() argument
614 if ( (id_len == ilen) && (!memcmp (p_rec, p_id, ilen)) ) in NDEF_MsgGetFirstRecById()
639 UINT8 *NDEF_MsgGetNextRecById (UINT8 *p_cur_rec, UINT8 *p_id, UINT8 ilen) in NDEF_MsgGetNextRecById() argument
675 if ( (id_len == ilen) && (!memcmp (p_rec, p_id, ilen)) ) in NDEF_MsgGetNextRecById()
844 int ilen = (id_len == 0) ? 0 : 1; in NDEF_MsgAddRec() local
853 recSize = payload_len + 2 + type_len + plen + ilen + id_len; in NDEF_MsgAddRec()
876 if (ilen != 0) in NDEF_MsgAddRec()
891 if (ilen > 0) in NDEF_MsgAddRec()
940 INT32 ilen = (id_len == 0) ? 0 : 1; in NDEF_MsgInsertRec() local
943 recSize = payload_len + 2 + type_len + plen + ilen + id_len; in NDEF_MsgInsertRec()
[all …]
/external/tremolo/Tremolo/
Dbitwise.c729 int ilen=(rand()%32),k; in main() local
733 if(ilen>count2)ilen=count2; in main()
740 orl->length=ilen; in main()
743 for(k=0;k<ilen;k++) in main()
746 count2-=ilen; in main()
757 int ilen=(rand()%(TESTWORDS-begin)); in main() local
765 for(;j<begin+ilen;j++) in main()
790 for(j=begin;j<begin+ilen;j++){ in main()
794 j-begin,ilen); in main()
824 for(j=begin;j<begin+ilen;j++){ in main()
/external/libxml2/include/libxml/
Dnanohttp.h37 int ilen);
45 int ilen);
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
Dregexp-dna.js1682 var ilen, clen, variable
1698 ilen = dnaInput.length;
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
Dregexp-dna.js1682 var ilen, clen, variable
1698 ilen = dnaInput.length;
/external/speex/libspeex/
Dresample.c808 spx_uint32_t ilen; in speex_resampler_process_native() local
820 ilen = *in_len; in speex_resampler_process_native()
823 mem[j] = mem[j+ilen]; in speex_resampler_process_native()
855 spx_uint32_t ilen = *in_len; in speex_resampler_process_int() local
865 while (ilen && olen) { in speex_resampler_process_int()
866 spx_uint32_t ichunk = (ilen > xlen) ? xlen : ilen; in speex_resampler_process_int()
877 ilen -= ichunk; in speex_resampler_process_int()
884 *in_len -= ilen; in speex_resampler_process_int()
898 spx_uint32_t ilen = *in_len; in speex_resampler_process_float() local
913 while (ilen && olen) { in speex_resampler_process_float()
[all …]
/external/libxml2/
Dnanohttp.c1340 const char *headers, int ilen ) { in xmlNanoHTTPMethodRedir() argument
1396 ilen = 0; in xmlNanoHTTPMethodRedir()
1464 snprintf(p, blen - (p - bp), "Content-Length: %d\r\n\r\n", ilen ); in xmlNanoHTTPMethodRedir()
1492 xmt_bytes = xmlNanoHTTPSend( ctxt, input, ilen ); in xmlNanoHTTPMethodRedir()
1494 if ( xmt_bytes != ilen ) in xmlNanoHTTPMethodRedir()
1497 xmt_bytes, ilen, in xmlNanoHTTPMethodRedir()
1501 xmlNanoHTTPSend( ctxt, input, ilen ); in xmlNanoHTTPMethodRedir()
1594 char **contentType, const char *headers, int ilen) { in xmlNanoHTTPMethod() argument
1596 NULL, headers, ilen)); in xmlNanoHTTPMethod()
/external/libnfc-nci/src/nfc/include/
Dndef_utils.h197 EXPORT_NDEF_API extern UINT8 *NDEF_MsgGetFirstRecById (UINT8 *p_msg, UINT8 *p_id, UINT8 ilen);
209 EXPORT_NDEF_API extern UINT8 *NDEF_MsgGetNextRecById (UINT8 *p_cur_rec, UINT8 *p_id, UINT8 ilen);
/external/mksh/src/
Dmisc.c1797 size_t ilen, olen, nlen, elen; in c_cd() local
1820 ilen = cp - current_wd; in c_cd()
1823 elen = strlen(current_wd + ilen + olen) + 1; in c_cd()
1824 dir = allocd = alloc(ilen + nlen + elen, ATEMP); in c_cd()
1825 memcpy(dir, current_wd, ilen); in c_cd()
1826 memcpy(dir + ilen, wp[1], nlen); in c_cd()
1827 memcpy(dir + ilen + nlen, current_wd + ilen + olen, elen); in c_cd()
/external/valgrind/main/lackey/
Dlk_main.c615 UInt ilen = 0; in lk_instrument() local
680 ilen = st->Ist.IMark.len; in lk_instrument()
850 condition_inverted = (dst == iaddr + ilen); in lk_instrument()
/external/srec/seti/sltsEngine/src/
Drun_seq_lts.c412 unsigned char ilen; in load_outputs() local
441 PORT_FREAD_CHAR(&ilen, sizeof(char), 1, fp); in load_outputs()
442 in = inputs[i] = lts_alloc(ilen + 1, sizeof(char)); in load_outputs()
448 if (ilen > 0) { in load_outputs()
449 PORT_FREAD_CHAR(in, sizeof(char), ilen, fp); in load_outputs()
451 in[ilen] = '\0'; in load_outputs()
453 if (ilen > 0) pfprintf(PSTDOUT,"LOAD_TREE: got input %s out %s\n", in, outputs[i]); in load_outputs()
/external/valgrind/main/coregrind/m_debuginfo/
Dreaddwarf.c3580 static void show_CF_instructions ( UChar* instrs, Int ilen, in show_CF_instructions() argument
3586 if (i >= ilen) break; in show_CF_instructions()
3598 UnwindContext* ctx, UChar* instrs, Int ilen, in run_CF_instructions() argument
3611 if (i >= ilen) break; in run_CF_instructions()
3659 Int ilen; member
3673 cie->ilen = 0; in init_CIE()
3972 the_CIEs[this_CIE].ilen in ML_()
3976 VG_(printf)("cie.ilen = %d\n", the_CIEs[this_CIE].ilen); in ML_()
3979 if (the_CIEs[this_CIE].ilen < 0 in ML_()
3980 || the_CIEs[this_CIE].ilen > frame_size) { in ML_()
[all …]
/external/svox/pico/lib/
Dpicokdt.c1308 picoos_uint8 ilen; in kdtMapInGraph() local
1323 ((ilen = picobase_det_utf8_length(inval[0])) == 0) || /* invalid? */ in kdtMapInGraph()
1324 (ilen > invalmaxlen)) { /* not accessible? */ in kdtMapInGraph()
1327 dt->inpmaptable[pos-1], imtnr, invalmaxlen, ilen)); in kdtMapInGraph()
1377 if (ilen == tlen) { in kdtMapInGraph()
1379 for (j = 0; cont && (j < ilen); j++) { in kdtMapInGraph()
1384 if (cont && (j == ilen)) { /* match found */ in kdtMapInGraph()
/external/qemu/
Di386-dis.c6409 size_t ilen = 0; in REP_Fixup() local
6419 ilen = 5; in REP_Fixup()
6421 ilen = 4; in REP_Fixup()
6428 ilen = 5; in REP_Fixup()
6430 ilen = 4; in REP_Fixup()
6435 ilen = 4; in REP_Fixup()
6437 ilen = 3; in REP_Fixup()
6444 if (ilen != 0) in REP_Fixup()
6450 p = obuf + olen - ilen - 1 - 4; in REP_Fixup()
/external/kernel-headers/original/asm-mips/
Dsgiarcs.h88 ULONG ilen; /* length of string identifier */ member

12