Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c663 crypto_digest_ops_t *digest_ops; in crypto_build_function_list() local
678 if ((digest_ops = ops->co_digest_ops) != NULL) { in crypto_build_function_list()
679 if (digest_ops->digest_init != NULL) in crypto_build_function_list()
681 if (digest_ops->digest != NULL) in crypto_build_function_list()
683 if (digest_ops->digest_update != NULL) in crypto_build_function_list()
685 if (digest_ops->digest_key != NULL) in crypto_build_function_list()
687 if (digest_ops->digest_final != NULL) in crypto_build_function_list()