Searched refs:sd_encr_ctx (Results 1 – 2 of 2) sorted by relevance
200 if ((sp)->sd_encr_ctx != NULL) { \201 crypto_cancel_ctx((sp)->sd_encr_ctx); \202 (sp)->sd_encr_ctx = NULL; \1955 sp->sd_encr_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()3129 ctxpp = &sp->sd_encr_ctx; in common_final()
511 crypto_ctx_t *sd_encr_ctx; member