Home
last modified time | relevance | path

Searched refs:Blen (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeysUtil.c623 CK_ULONG Alen, Ilen, Slen, Plen, AiLen, Blen, Dlen; in soft_pkcs12_pbe() local
640 Blen = Dlen = buffSize; in soft_pkcs12_pbe()
647 B = (CK_BYTE *)malloc(Blen); 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()
789 k = Ilen / Blen; in soft_pkcs12_pbe()
794 for (m = Blen - 1; m >= (CK_ULONG)0; m--, q = 0) { in soft_pkcs12_pbe()
795 idx = m + j*Blen; in soft_pkcs12_pbe()
820 freezero(B, Blen); in soft_pkcs12_pbe()