Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c228 if ((sp)->sd_verify_recover_ctx != NULL) { \
229 crypto_cancel_ctx((sp)->sd_verify_recover_ctx); \
230 (sp)->sd_verify_recover_ctx = NULL; \
1997 sp->sd_verify_recover_ctx = NULL; in crypto_create_session_ptr()
3585 ctxpp = &sp->sd_verify_recover_ctx; in common_digest()
3991 ctxpp = &sp->sd_verify_recover_ctx; in sign_verify_init()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dimpl.h516 crypto_ctx_t *sd_verify_recover_ctx; member