Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c668 crypto_dual_ops_t *dual_ops; in crypto_build_function_list() local
746 if ((dual_ops = ops->co_dual_ops) != NULL) { in crypto_build_function_list()
747 if (dual_ops->digest_encrypt_update != NULL) in crypto_build_function_list()
749 if (dual_ops->decrypt_digest_update != NULL) in crypto_build_function_list()
751 if (dual_ops->sign_encrypt_update != NULL) in crypto_build_function_list()
753 if (dual_ops->decrypt_verify_update != NULL) in crypto_build_function_list()