Searched refs:hashSize (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Dextras.c131 unsigned hashSize = hash->size; local
142 for (i = 0; i < hashSize; i++) {
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeysUtil.c618 CK_ULONG hashSize; local
636 hashSize = SHA1_HASH_SIZE;
723 c = PBE_CEIL(keysize, hashSize);
728 Alen = c * hashSize;
734 AiLen = hashSize;
788 for (j = 0; j < Blen; j += hashSize) {
789 (void) memcpy(B+j, Ai, ((Blen - j > hashSize) ?
790 hashSize : Blen - j));
815 (void) memcpy(A + i*hashSize, Ai, AiLen);

Completed in 68 milliseconds