Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_signing.c52 typedef struct mac_ops { struct
103 static struct mac_ops
/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_hw.h415 struct igc_mac_operations *mac_ops; member
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c665 crypto_mac_ops_t *mac_ops; in crypto_build_function_list() local
708 if ((mac_ops = ops->co_mac_ops) != NULL) { in crypto_build_function_list()
709 if (mac_ops->mac_init != NULL) in crypto_build_function_list()
711 if (mac_ops->mac != NULL) in crypto_build_function_list()
713 if (mac_ops->mac_update != NULL) in crypto_build_function_list()
715 if (mac_ops->mac_final != NULL) in crypto_build_function_list()