Searched refs:kPadSize (Results 1 – 5 of 5) sorted by relevance
181 static const int kPadSize = sizeof(idKey) - 16; in ComputeScratchKey() local182 GR_STATIC_ASSERT(kPadSize >= 0); in ComputeScratchKey()183 memset(idKey.fData8 + 16, 0, kPadSize); in ComputeScratchKey()
103 kPadSize = kKeySize - kPadOffset enumerator120 memset(k + kPadOffset, 0, kPadSize); in init()
244 static const unsigned kPadSize = 4096; // we pad up to 4KB, in BuildEncryptedReport() local264 unsigned pad_bytes = kPadSize - ((p.size() + 2*sizeof(uint32)) % kPadSize); in BuildEncryptedReport()