Searched refs:padBytes (Results 1 – 1 of 1) sorted by relevance
306 const unsigned padBytes = sizeOfPaddingForCipherBlocks(sizeof(sha1_digest_t)); in writeToStream() local307 unsigned digestBlocksSize = sizeof(sha1_digest_t) + padBytes; in writeToStream()314 rng.generateBlock(&(digestBlocks.get())[sizeof(sha1_digest_t)], padBytes); in writeToStream()