Home
last modified time | relevance | path

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; in ficlPrimitiveSpewHash() local
142 for (i = 0; i < hashSize; i++) { in ficlPrimitiveSpewHash()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeysUtil.c611 CK_ULONG hashSize; in soft_pkcs12_pbe() local
629 hashSize = SHA1_HASH_SIZE; in soft_pkcs12_pbe()
716 c = PBE_CEIL(keysize, hashSize); in soft_pkcs12_pbe()
721 Alen = c * hashSize; in soft_pkcs12_pbe()
727 AiLen = hashSize; in soft_pkcs12_pbe()
781 for (j = 0; j < Blen; j += hashSize) { in soft_pkcs12_pbe()
782 (void) memcpy(B+j, Ai, ((Blen - j > hashSize) ? in soft_pkcs12_pbe()
783 hashSize : Blen - j)); in soft_pkcs12_pbe()
808 (void) memcpy(A + i*hashSize, Ai, AiLen); in soft_pkcs12_pbe()