Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeysUtil.c630 CK_ULONG Alen, Ilen, Slen, Plen, AiLen, Blen, Dlen; in soft_pkcs12_pbe() local
647 Blen = Dlen = buffSize; in soft_pkcs12_pbe()
654 B = (CK_BYTE *)malloc(Blen); in soft_pkcs12_pbe()
788 for (j = 0; j < Blen; j += hashSize) { in soft_pkcs12_pbe()
789 (void) memcpy(B+j, Ai, ((Blen - j > hashSize) ? in soft_pkcs12_pbe()
790 hashSize : Blen - j)); in soft_pkcs12_pbe()
796 k = Ilen / Blen; in soft_pkcs12_pbe()
801 for (m = Blen - 1; m >= (CK_ULONG)0; m--, q = 0) { in soft_pkcs12_pbe()
802 idx = m + j*Blen; in soft_pkcs12_pbe()
834 bzero(B, Blen); in soft_pkcs12_pbe()