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

  /external/e2fsprogs/lib/ext2fs/
sha256.c 134 #define SHA256_BLOCKSIZE 64
140 if (md->sha256.curlen == 0 && inlen >= SHA256_BLOCKSIZE) {
142 md->sha256.length += SHA256_BLOCKSIZE * 8;
143 in += SHA256_BLOCKSIZE;
144 inlen -= SHA256_BLOCKSIZE;
146 n = MIN(inlen, (SHA256_BLOCKSIZE - md->sha256.curlen));
151 if (md->sha256.curlen == SHA256_BLOCKSIZE) {
153 md->sha256.length += 8*SHA256_BLOCKSIZE;
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.10/
commons-codec-1.10.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.9/
commons-codec-1.9.jar 
  /prebuilts/tools/common/offline-m2/commons-codec/commons-codec/1.10/
commons-codec-1.10.jar 
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 

Completed in 107 milliseconds