Searched refs:sd_verify_recover_ctx (Results 1 – 2 of 2) sorted by relevance
228 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()
516 crypto_ctx_t *sd_verify_recover_ctx; member