Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c235 if ((sp)->sd_mac_ctx != NULL) { \
236 crypto_cancel_ctx((sp)->sd_mac_ctx); \
237 (sp)->sd_mac_ctx = NULL; \
1998 sp->sd_mac_ctx = NULL; in crypto_create_session_ptr()
3230 ctxpp = &sp->sd_mac_ctx; in common_final()
3644 ctxpp = &sp->sd_mac_ctx; in common_digest()
4045 ctxpp = &sp->sd_mac_ctx; in sign_verify_init()
4311 ctxpp = &sp->sd_mac_ctx; in sign_verify_update()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dimpl.h520 crypto_ctx_t *sd_mac_ctx; member