Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/audio/audiorecord/
H A Daudiorecord.c82 static unsigned Ilen = 0; /* length of info data */ variable
244 Ilen = strlen(Info); in main()
596 Ilen) != AUDIO_SUCCESS) { in main()
/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
669 Ilen = Slen + Plen; in soft_pkcs12_pbe()
670 I = (CK_BYTE *)malloc(Ilen); in soft_pkcs12_pbe()
759 rv = soft_digest_update(session_p, I, Ilen); in soft_pkcs12_pbe()
789 k = Ilen / Blen; in soft_pkcs12_pbe()
822 freezero(I, Ilen); in soft_pkcs12_pbe()