Searched defs:soft_digest_common (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDigestUtil.c147 * soft_digest_common()
168 soft_digest_common(soft_session_t *session_p, CK_BYTE_PTR pData, function
225 * If the soft_digest_common() is called by soft_digest_final()
329 * called by C_Digest(). This function calls soft_digest_common().
332 * see return values in soft_digest_common().
339 return (soft_digest_common(session_p, pData, ulDataLen,
413 * called by C_DigestFinal(). This function calls soft_digest_common().
416 * see return values in soft_digest_common().
423 return (soft_digest_common(session_p, NULL, 0,

Completed in 43 milliseconds