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

  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/macs/
HMac.java 24 private int blockLength;
91 this.blockLength = byteLength;
93 inputPad = new byte[blockLength];
94 outputPad = new byte[blockLength];
114 if (key.length > blockLength)
  /external/icu4c/common/
utrie2_builder.c 880 findSameDataBlock(const uint32_t *data, int32_t dataLength, int32_t otherBlock, int32_t blockLength) {
884 dataLength-=blockLength;
887 if(equal_uint32(data+block, data+otherBlock, blockLength)) {
987 int32_t blockLength, overlap;
1000 blockLength=64;
1001 blockCount=blockLength>>UTRIE2_SHIFT_2;
1009 blockLength=UTRIE2_DATA_BLOCK_LENGTH;
1016 start+=blockLength;
1023 if( (movedStart=findSameDataBlock(trie->data, newStart, start, blockLength))
1033 start+=blockLength;
    [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 349 milliseconds