HomeSort by relevance Sort by last modified time
    Searched refs:lastBlock (Results 1 - 3 of 3) sorted by null

  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/modes/
CTSBlockCipher.java 235 byte[] lastBlock = new byte[blockSize];
250 lastBlock[i - blockSize] = (byte)(block[i - blockSize] ^ buf[i]);
256 System.arraycopy(lastBlock, 0, out, outOff + blockSize, len);
  /external/svox/pico/lib/
picoos.c 259 MemBlockHdr firstBlock, lastBlock; /* memory blockList */
313 newBlockAddr = (void *) this->lastBlock->data;
314 size = this->lastBlock->size;
379 this->lastBlock = NULL;
411 this->firstBlock = this->lastBlock = picoos_raw_malloc(raw_memory, size,
413 if (this->lastBlock == NULL) {
416 this->lastBlock->next = NULL;
417 this->lastBlock->data = rest_mem;
418 this->lastBlock->size = rest_mem_size;
    [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 33 milliseconds