Home
last modified time | relevance | path

Searched refs:maskLen (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/crypto/third_party/nss/
Drsawrapr.c20 MGF1(HASH_HashType hashAlg, unsigned char *mask, unsigned int maskLen, in MGF1() argument
35 rounds = (maskLen + hash->length - 1) / hash->length; in MGF1()
54 PORT_Memcpy(tempHash, temp, maskLen - counter * hash->length); in MGF1()
/external/deqp/modules/gles31/functional/
Des31fMultisampleTests.cpp90 const int maskLen = highestBitNdx + 1; in getEffectiveSampleMaskWordCount() local
92 return ((maskLen - 1) / wordSize) + 1; // round_up(mask_len / wordSize) in getEffectiveSampleMaskWordCount()
Des31fTextureMultisampleTests.cpp86 const int maskLen = highestBitNdx + 1; in getEffectiveSampleMaskWordCount() local
88 return ((maskLen - 1) / wordSize) + 1; // round_up(mask_len / wordSize) in getEffectiveSampleMaskWordCount()