Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/crypto/io/
H A Dcrypto.c653 crypto_mac_ops_t *mac_ops; in crypto_build_function_list() local
696 if ((mac_ops = ops->co_mac_ops) != NULL) { in crypto_build_function_list()
697 if (mac_ops->mac_init != NULL) in crypto_build_function_list()
699 if (mac_ops->mac != NULL) in crypto_build_function_list()
701 if (mac_ops->mac_update != NULL) in crypto_build_function_list()
703 if (mac_ops->mac_final != NULL) in crypto_build_function_list()