/external/openssh/ |
H A D | rsa.c | 78 int len, ilen, olen, r = SSH_ERR_INTERNAL_ERROR; local 89 ilen = BN_num_bytes(in); 90 if ((inbuf = malloc(ilen)) == NULL) { 96 if ((len = RSA_public_encrypt(ilen, inbuf, outbuf, key, 114 explicit_bzero(inbuf, ilen); 124 int len, ilen, olen, r = SSH_ERR_INTERNAL_ERROR; local 132 ilen = BN_num_bytes(in); 133 if ((inbuf = malloc(ilen)) == NULL) { 139 if ((len = RSA_private_decrypt(ilen, inbuf, outbuf, key, 154 explicit_bzero(inbuf, ilen); [all...] |
H A D | packet.c | 2598 size_t ssh1keylen, rlen, slen, ilen, olen; local 2660 if ((r = sshbuf_get_string_direct(m, &input, &ilen)) != 0 || 2662 (r = sshbuf_put(state->input, input, ilen)) != 0 ||
|
/external/libxml2/include/libxml/ |
H A D | nanohttp.h | 37 int ilen); 45 int ilen);
|
/external/tremolo/Tremolo/ |
H A D | bitwise.c | 731 int ilen=(rand()%32),k; local 735 if(ilen>count2)ilen=count2; 742 orl->length=ilen; 745 for(k=0;k<ilen;k++) 748 count2-=ilen; 759 int ilen=(rand()%(TESTWORDS-begin)); local 767 for(;j<begin+ilen;j++) 792 for(j=begin;j<begin+ilen;j++){ 796 j-begin,ilen); [all...] |
/external/libnfc-nci/src/nfc/ndef/ |
H A D | ndef_utils.c | 582 UINT8 *NDEF_MsgGetFirstRecById (UINT8 *p_msg, UINT8 *p_id, UINT8 ilen) argument 614 if ( (id_len == ilen) && (!memcmp (p_rec, p_id, ilen)) ) 639 UINT8 *NDEF_MsgGetNextRecById (UINT8 *p_cur_rec, UINT8 *p_id, UINT8 ilen) argument 675 if ( (id_len == ilen) && (!memcmp (p_rec, p_id, ilen)) ) 844 int ilen = (id_len == 0) ? 0 : 1; local 853 recSize = payload_len + 2 + type_len + plen + ilen + id_len; 876 if (ilen != 0) 891 if (ilen > 940 INT32 ilen = (id_len == 0) ? 0 : 1; local [all...] |
/external/speex/libspeex/ |
H A D | resample.c | 808 spx_uint32_t ilen; local 820 ilen = *in_len; 823 mem[j] = mem[j+ilen]; 855 spx_uint32_t ilen = *in_len; local 865 while (ilen && olen) { 866 spx_uint32_t ichunk = (ilen > xlen) ? xlen : ilen; 877 ilen -= ichunk; 884 *in_len -= ilen; 898 spx_uint32_t ilen local [all...] |
/external/libnfc-nci/src/nfc/include/ |
H A D | ndef_utils.h | 197 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/libxml2/ |
H A D | nanohttp.c | 1337 * @ilen: input length 1350 const char *headers, int ilen ) { 1406 ilen = 0; 1474 snprintf(p, blen - (p - bp), "Content-Length: %d\r\n\r\n", ilen ); 1502 xmt_bytes = xmlNanoHTTPSend( ctxt, input, ilen ); 1504 if ( xmt_bytes != ilen ) 1507 xmt_bytes, ilen, 1511 xmlNanoHTTPSend( ctxt, input, ilen ); 1592 * @ilen: input length 1604 char **contentType, const char *headers, int ilen) { 1603 xmlNanoHTTPMethod(const char *URL, const char *method, const char *input, char **contentType, const char *headers, int ilen) argument [all...] |
/external/tcpdump/ |
H A D | print-esp.c | 321 int ilen, rlen; local 339 ilen = strlen(icookie); 345 || ilen!=18 351 init, icookie, ilen, rcookie, rlen);
|
/external/mksh/src/ |
H A D | misc.c | 1842 size_t ilen, olen, nlen, elen; local 1860 * ilen = part of current_wd before wp[0] 1865 ilen = cp - current_wd; 1868 elen = strlen(current_wd + ilen + olen) + 1; 1869 dir = allocd = alloc(ilen + nlen + elen, ATEMP); 1870 memcpy(dir, current_wd, ilen); 1871 memcpy(dir + ilen, wp[1], nlen); 1872 memcpy(dir + ilen + nlen, current_wd + ilen + olen, elen);
|
/external/valgrind/lackey/ |
H A D | lk_main.c | 665 UInt ilen = 0; local 730 ilen = st->Ist.IMark.len; 938 condition_inverted = (dst == iaddr + ilen);
|
/external/valgrind/coregrind/m_debuginfo/ |
H A D | readdwarf.c | 3586 /* Show the instructions in instrs[0 .. ilen-1]. */ 3587 static void show_CF_instructions ( DiCursor instrs, Int ilen, argument 3593 if (i >= ilen) break; 3600 /* Run the CF instructions in instrs[0 .. ilen-1], until the end is 3606 UnwindContext* ctx, DiCursor instrs, Int ilen, 3621 if (i >= ilen) break; 3671 Int ilen; member in struct:__anon15935 3685 cie->ilen = 0; 3985 the_CIEs[this_CIE].ilen = ML_(cur_minus)(ciefde_start, data) 3989 VG_(printf)("cie.ilen 3604 run_CF_instructions( DebugInfo* di, Bool record, UnwindContext* ctx, DiCursor instrs, Int ilen, UWord fde_arange, const UnwindContext* restore_ctx, const AddressDecodingInfo* adi ) argument [all...] |
/external/svox/pico/lib/ |
H A D | picokdt.c | 1308 picoos_uint8 ilen; local 1323 ((ilen = picobase_det_utf8_length(inval[0])) == 0) || /* invalid? */ 1324 (ilen > invalmaxlen)) { /* not accessible? */ 1326 "ilen: %d", 1327 dt->inpmaptable[pos-1], imtnr, invalmaxlen, ilen)); 1377 if (ilen == tlen) { 1379 for (j = 0; cont && (j < ilen); j++) { 1384 if (cont && (j == ilen)) { /* match found */
|
/external/ppp/pppd/ |
H A D | sys-solaris.c | 2503 strioctl(fd, cmd, ptr, ilen, olen) 2504 int fd, cmd, ilen, olen; 2511 str.ic_len = ilen;
|