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.c232 if ((sp)->sd_mac_ctx != NULL) { \
233 crypto_cancel_ctx((sp)->sd_mac_ctx); \
234 (sp)->sd_mac_ctx = NULL; \
1995 sp->sd_mac_ctx = NULL; in crypto_create_session_ptr()
3173 ctxpp = &sp->sd_mac_ctx; in common_final()
3587 ctxpp = &sp->sd_mac_ctx; in common_digest()
3988 ctxpp = &sp->sd_mac_ctx; in sign_verify_init()
4254 ctxpp = &sp->sd_mac_ctx; in sign_verify_update()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dimpl.h512 crypto_ctx_t *sd_mac_ctx; member