/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/ |
H A D | CFBBlockCipher.java | 19 private byte[] inBuf; field in class:CFBBlockCipher 45 this.inBuf = new byte[blockSize]; 130 inBuf[byteCount++] = rv; 137 System.arraycopy(inBuf, 0, cfbV, cfbV.length - blockSize, blockSize); 150 inBuf[byteCount] = in; 158 System.arraycopy(inBuf, 0, cfbV, cfbV.length - blockSize, blockSize); 264 Arrays.fill(inBuf, (byte)0);
|
/external/lzma/C/ |
H A D | MtCoder.h | 56 Byte *inBuf;
member in struct:__anon14031
|
H A D | 7zDec.c | 143 Byte *inBuf = NULL;
local 147 res = inStream->Look((void *)inStream, (const void **)&inBuf, &lookahead);
154 res = LzmaDec_DecodeToDic(&state, outSize, inBuf, &inProcessed, LZMA_FINISH_END, &status);
193 Byte *inBuf = NULL;
local 197 res = inStream->Look((void *)inStream, (const void **)&inBuf, &lookahead);
204 res = Lzma2Dec_DecodeToDic(&state, outSize, inBuf, &inProcessed, LZMA_FINISH_END, &status);
230 void *inBuf;
local 234 RINOK(inStream->Look((void *)inStream, (const void **)&inBuf, &curSize));
237 memcpy(outBuffer, inBuf, curSize);
|
/external/lzma/C/Util/Lzma/ |
H A D | LzmaUtil.c | 59 Byte inBuf[IN_BUF_SIZE];
local 68 RINOK(inStream->Read(inStream, inBuf, &inSize));
84 inBuf + inPos, &inProcessed, finishMode, &status);
|
/external/svox/pico/lib/ |
H A D | picowa.c | 58 picoos_uint8 inBuf[PICOWA_MAXITEMSIZE]; /* internal input buffer */ member in struct:wa_subobj 60 picoos_uint16 inLen; /* length of item in inBuf, 0 for empty buf */ 292 if (PICO_OK == picodata_copy_item(wa->inBuf, wa->inLen, 340 if (PICO_OK == picodata_copy_item(wa->inBuf, wa->inLen, 395 * internal inBuf 401 rv = picodata_cbGetItem(this->cbIn, wa->inBuf, 436 /* process state: process item in internal inBuf and put 441 /* ensure there is an item in inBuf and it is valid */ 442 if ((wa->inLen > 0) && picodata_is_valid_item(wa->inBuf, 448 rv = picodata_get_iteminfo(wa->inBuf, w [all...] |
H A D | picosig.c | 74 picoos_uint8 inBuf[PICOSIG_IN_BUFF_SIZE]; /* internal input buffer */ member in struct:sig_subobj 76 picoos_uint16 inReadPos, inWritePos; /* next pos to read/write from/to inBuf*/ 433 picoos_mem_copy((void *) &sig_subObj->inBuf[inReadPos 442 picoos_mem_copy((void *) &(sig_subObj->inBuf[inReadPos 461 picoos_mem_copy((void *) &(sig_subObj->inBuf[inReadPos 474 picoos_mem_copy((void *) &(sig_subObj->inBuf[inReadPos 495 picoos_mem_copy((void *) &(sig_subObj->inBuf[offset + i 503 if (sig_subObj->inBuf[inReadPos+ 3] > sig_subObj->inBuf[inReadPos+ 2]*2 + 8) { 506 picoos_mem_copy((void *) &(sig_subObj->inBuf[offse [all...] |
H A D | picocep.c | 169 picoos_uint8 inBuf[PICODATA_MAX_ITEMSIZE]; /* internal input buffer */ member in struct:cep_subobj 171 picoos_uint16 inReadPos, inWritePos; /* next pos to read/write from/to inBuf*/ 296 /* inBuf */ 1399 PICODBG_DEBUG(("state info starts at inBuf pos %i ",pos)); 1401 frames = get_pi_uint16(cep->inBuf, &pos); 1414 indlfz = get_pi_uint16(cep->inBuf, &pos); /* lfz index */ 1416 indmgc = get_pi_uint16(cep->inBuf, &pos); /* mgc index */ 1439 frames = get_pi_uint16(cep->inBuf, &pos); 1513 &(cep->inBuf[cep->inWritePos]), cep->inBufSize 1539 PICODBG_DEBUG(("getting info from inBuf i [all...] |
H A D | picopam.c | 155 picoos_uint8 inBuf[PICOPAM_IN_BUFF_SIZE]; /* internal input buffer */ member in struct:pam_subobj 157 picoos_uint16 inReadPos, inWritePos; /* next pos to read/write from/to inBuf*/ 2350 &(pam->inBuf[pam->inWritePos]), pam->inBufSize 2365 &(pam->inBuf[pam->inWritePos]), blen); 2373 }PICODBG_DEBUG(("pam_step -- item is not valid, type: %d",pam->inBuf[pam->inWritePos])); 2390 pam->inBuf[pam->inReadPos]; here we decide how to elaborate it */ 2393 if (is_pam_play_command(&(pam->inBuf[pam->inReadPos])) == TRUE) { 2395 pam->inReadPos += pam->inBuf[pam->inReadPos + 3] 2405 if (pam_check_immediate(this, &(pam->inBuf[pam->inReadPos]))) { 2410 if (pamCheckResourceLimits(this, &(pam->inBuf[pa [all...] |
H A D | picopr.c | 288 picoos_uint8 inBuf[IN_BUF_SIZE+PICODATA_ITEM_HEADSIZE]; /* internal input buffer */ member in struct:pr_subobj 3487 pr_newItem(this, pr_DynMem, &it, pr->inBuf[0], pr->inBuf[3], /*inItem*/TRUE); 3489 it->head.type = pr->inBuf[0]; 3490 it->head.info1 = pr->inBuf[1]; 3491 it->head.info2 = pr->inBuf[2]; 3492 it->head.len = pr->inBuf[3]; 3493 for (i=0; i<pr->inBuf[3]; i++) { 3494 it->data[i] = pr->inBuf[4+i]; 3496 it->data[pr->inBuf[ [all...] |
/external/syslinux/core/lwip/src/netif/ppp/ |
H A D | md5.c | 130 account for the presence of each of the characters inBuf[0..inLen-1] 134 MD5Update(MD5_CTX *mdContext, unsigned char *inBuf, unsigned int inLen) argument 141 PPPDEBUG(LOG_INFO, ("MD5Update: %u:%.*H\n", inLen, LWIP_MIN(inLen, 20) * 2, inBuf)); 142 PPPDEBUG(LOG_INFO, ("MD5Update: %u:%s\n", inLen, inBuf)); 157 mdContext->in[mdi++] = *inBuf++;
|
/external/icu/icu4c/source/samples/ucnv/ |
H A D | convsamp.cpp | 299 char inBuf[BUFFERSIZE]; local 330 ((count=fread(inBuf, 1, BUFFERSIZE , f)) > 0) ) 333 source = inBuf; 334 sourceLimit = inBuf + count; 399 char inBuf[BUFFERSIZE]; local 445 ((count=fread(inBuf, 1, BUFFERSIZE , f)) > 0) ) 448 source = inBuf; 449 sourceLimit = inBuf + count; 879 char inBuf[BUFFERSIZE]; local 917 ((count=fread(inBuf, 984 UChar inBuf[BUFFERSIZE]; local [all...] |
/external/icu/icu4c/source/test/cintltst/ |
H A D | putiltst.c | 550 const char *inBuf; member in struct:__anon7529 577 const char *input = STRNULL(testCases[i].inBuf); 580 result = STRNULL(findBasename(testCases[i].inBuf)); 594 const char *inBuf; member in struct:__anon7530 671 const char *input = STRNULL(testCases[i].inBuf); 677 result = STRNULL(findDirname(testCases[i].inBuf, toolutil_testBuf, testCases[i].outBufLen, &status));
|
/external/libchrome/crypto/third_party/nss/ |
H A D | sha512.cc | 400 unsigned int inBuf = ctx->sizeLo & 0x3f; local 409 if (inBuf) { 410 unsigned int todo = SHA256_BLOCK_LENGTH - inBuf; 413 memcpy(B + inBuf, input, todo); 416 if (inBuf + todo == SHA256_BLOCK_LENGTH) 436 unsigned int inBuf = ctx->sizeLo & 0x3f; local 437 unsigned int padLen = (inBuf < 56) ? (56 - inBuf) : (56 + 64 - inBuf); 1046 unsigned int inBuf; [all...] |
/external/conscrypt/common/src/jni/main/cpp/ |
H A D | NativeCrypto.cpp | 2640 const uint8_t* inBuf = reinterpret_cast<const uint8_t*>(inBytes.get()); local 2642 if (!encrypt_decrypt_func(pkeyCtx, outBuf + outOffset, &outLength, inBuf + inOffset,
|
/external/testng/ant/3rdparty/ |
H A D | cobertura.jar | META-INF/ META-INF/MANIFEST.MF net/ net/sourceforge/ net/sourceforge/cobertura/ net/sourceforge/cobertura/ant/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.apache.commons.el_1.0.0.v201004212143.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.help.base_3.5.2.v201011171123.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/guice/extensions/persist/lib/ |
H A D | ognl-2.6.7.jar | META-INF/ META-INF/MANIFEST.MF ognl/ ognl/ASTAdd.class ASTAdd.java package ognl ... |
/external/guice/extensions/struts2/lib/ |
H A D | ognl-3.0.jar | META-INF/ META-INF/MANIFEST.MF ognl/ ognl/enhance/ ognl/internal/ ognl/SimpleNode.class SimpleNode ... |
H A D | jsp-api-2.1.jar | META-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/resources/ ... |
H A D | jsp-2.1.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/jasper/ org/apache/jasper/resources/ ... |
H A D | freemarker-2.3.16.jar | META-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ... |
/external/dagger2/lib/ |
H A D | auto-value-1.0.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ... |