Searched refs:sg_in (Results 1 – 1 of 1) sorted by relevance
49 struct scatterlist sg_in[3]; in tls_enc_record() local75 sg_init_table(sg_in, ARRAY_SIZE(sg_in)); in tls_enc_record()77 sg_set_buf(sg_in, aad, TLS_AAD_SPACE_SIZE); in tls_enc_record()79 scatterwalk_get_sglist(in, sg_in + 1); in tls_enc_record()139 scatterwalk_start(&in, sg_in); in tls_enc_records()269 sg_in[i].length += remaining; in fill_sg_in()300 struct scatterlist *sg_in, in tls_enc_skb() argument370 struct scatterlist *sg_in, sg_out[3]; in tls_sw_fallback() local386 sg_in = kmalloc_array(sg_in_max_elements, sizeof(*sg_in), GFP_ATOMIC); in tls_sw_fallback()387 if (!sg_in) in tls_sw_fallback()[all …]
Completed in 5 milliseconds