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