Searched refs:sd_decr_ctx (Results 1 – 2 of 2) sorted by relevance
204 if ((sp)->sd_decr_ctx != NULL) { \205 crypto_cancel_ctx((sp)->sd_decr_ctx); \206 (sp)->sd_decr_ctx = NULL; \1956 sp->sd_decr_ctx = NULL; in crypto_open_session()2689 &sp->sd_encr_ctx : &sp->sd_decr_ctx; in cipher_init()2826 &sp->sd_encr_ctx : &sp->sd_decr_ctx; in cipher()2986 &sp->sd_encr_ctx : &sp->sd_decr_ctx; in cipher_update()3131 ctxpp = &sp->sd_decr_ctx; in common_final()
512 crypto_ctx_t *sd_decr_ctx; member