Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/sep/
Dsep_crypto.h318 struct scatterlist *dst_sg_hold; member
Dsep_crypto.c979 if (ta_ctx->dst_sg_hold) { in sep_clear_out()
980 sep_free_sg_buf(ta_ctx->dst_sg_hold); in sep_clear_out()
981 ta_ctx->dst_sg_hold = NULL; in sep_clear_out()
1229 ta_ctx->dst_sg_hold = new_sg; in sep_crypto_block_data()
1232 ta_ctx->dst_sg_hold = NULL; in sep_crypto_block_data()
1765 if (ta_ctx->dst_sg_hold) in crypto_post_op()