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

  /external/chromium_org/crypto/third_party/nss/
rsawrapr.c 20 MGF1(HASH_HashType hashAlg, unsigned char *mask, unsigned int maskLen,
35 rounds = (maskLen + hash->length - 1) / hash->length;
54 PORT_Memcpy(tempHash, temp, maskLen - counter * hash->length);
  /system/core/libpixelflinger/codeflinger/
load_store.cpp 111 const int maskLen = h-l;
114 assert(maskLen<=11);
116 assert(maskLen<=8);
121 const int mask = (1<<maskLen)-1;
131 UBFX(AL, d.reg, s, l, maskLen); // component = (packed & mask) >> l;
135 const int mask = ((1<<maskLen)-1) << l;
158 d.s = maskLen;

Completed in 2088 milliseconds