Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_mac.c607 crypto_mac_single(crypto_context_t context, crypto_data_t *data, in crypto_mac_single() function
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dimpl.h1245 extern int crypto_mac_single(crypto_context_t, crypto_data_t *,
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c3489 return (common_digest(dev, arg, mode, crypto_mac_single)); in mac()
3578 single == crypto_mac_single); in common_digest()
3586 } else if (single == crypto_mac_single) { in common_digest()
H A Ddprov.c5593 error = crypto_mac_single(DPROV_CTX_SINGLE(ctx), in dprov_mac_task()