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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c651 crypto_digest_ops_t *digest_ops; local
666 if ((digest_ops = ops->co_digest_ops) != NULL) {
667 if (digest_ops->digest_init != NULL)
669 if (digest_ops->digest != NULL)
671 if (digest_ops->digest_update != NULL)
673 if (digest_ops->digest_key != NULL)
675 if (digest_ops->digest_final != NULL)

Completed in 140 milliseconds