Searched refs:hashSize (Results 1 – 2 of 2) sorted by relevance
131 unsigned hashSize = hash->size; in ficlPrimitiveSpewHash() local142 for (i = 0; i < hashSize; i++) { in ficlPrimitiveSpewHash()
611 CK_ULONG hashSize; in soft_pkcs12_pbe() local629 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()