Searched refs:Dlen (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softKeysUtil.c | 630 CK_ULONG Alen, Ilen, Slen, Plen, AiLen, Blen, Dlen; in soft_pkcs12_pbe() local 647 Blen = Dlen = buffSize; in soft_pkcs12_pbe() 648 D = (CK_BYTE *)malloc(Dlen); in soft_pkcs12_pbe() 691 (void) memset(D, PBE_ID_ENCRYPT, Dlen); in soft_pkcs12_pbe() 762 rv = soft_digest_update(session_p, D, Dlen); in soft_pkcs12_pbe() 838 bzero(D, Dlen); in soft_pkcs12_pbe()
|