Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/sep/
Dsep_crypto.h317 struct scatterlist *src_sg_hold; member
Dsep_crypto.c974 if (ta_ctx->src_sg_hold) { in sep_clear_out()
975 sep_free_sg_buf(ta_ctx->src_sg_hold); in sep_clear_out()
976 ta_ctx->src_sg_hold = NULL; in sep_clear_out()
1214 ta_ctx->src_sg_hold = new_sg; in sep_crypto_block_data()
1217 ta_ctx->src_sg_hold = NULL; in sep_crypto_block_data()
2264 ta_ctx->src_sg_hold = new_sg; in sep_hash_update()
2267 ta_ctx->src_sg_hold = NULL; in sep_hash_update()
2497 ta_ctx->src_sg_hold = new_sg; in sep_hash_digest()
2500 ta_ctx->src_sg_hold = NULL; in sep_hash_digest()