Searched refs:AiLen (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 734 AiLen = hashSize; in soft_pkcs12_pbe() 735 Ai = (CK_BYTE *)malloc(AiLen); in soft_pkcs12_pbe() 768 rv = soft_digest_update(session_p, Ai, AiLen); in soft_pkcs12_pbe() 773 rv = soft_digest_final(session_p, Ai, &AiLen); in soft_pkcs12_pbe() 815 (void) memcpy(A + i*hashSize, Ai, AiLen); in soft_pkcs12_pbe() 830 bzero(Ai, AiLen); in soft_pkcs12_pbe()
|