Home
last modified time | relevance | path

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

/titanic_41/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
671 Plen = buffSize * PBE_CEIL(params->ulPasswordLen, buffSize); in soft_pkcs12_pbe()
676 Ilen = Slen + Plen; in soft_pkcs12_pbe()
708 for (i = 0; i < Plen; i += params->ulPasswordLen) { in soft_pkcs12_pbe()
710 ((Plen - i) > params->ulPasswordLen ? in soft_pkcs12_pbe()
711 params->ulPasswordLen : (Plen - i))); in soft_pkcs12_pbe()