Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/crypto/
H A Dspi.h212 int (*mac_update)(crypto_ctx_t *, member
H A Dimpl.h753 (KCF_PROV_MAC_OPS(pd) && KCF_PROV_MAC_OPS(pd)->mac_update) ? \
754 KCF_PROV_MAC_OPS(pd)->mac_update(ctx, data, req) : \
/titanic_44/usr/src/uts/common/crypto/io/
H A Dcrypto.c701 if (mac_ops->mac_update != NULL) in crypto_build_function_list()