Searched refs:sg_aead_out (Results 1 – 2 of 2) sorted by relevance
187 aead_request_set_crypt(aead_req, ctx->sg_aead_in, ctx->sg_aead_out, in tls_do_encryption()1256 sg_init_table(sw_ctx_tx->sg_aead_out, 2); in tls_set_sw_offload()1257 sg_set_buf(&sw_ctx_tx->sg_aead_out[0], sw_ctx_tx->aad_space, in tls_set_sw_offload()1259 sg_unmark_end(&sw_ctx_tx->sg_aead_out[1]); in tls_set_sw_offload()1260 sg_chain(sw_ctx_tx->sg_aead_out, 2, in tls_set_sw_offload()
113 struct scatterlist sg_aead_out[2]; member