Searched refs:infrags (Results 1 – 1 of 1) sorted by relevance
230 struct scatterlist infrags[4]; member260 sg_set_page(&desc->infrags[desc->fragno], in_page, sg->length, in encryptor()274 sg_mark_end(&desc->infrags[desc->fragno - 1]); in encryptor()277 skcipher_request_set_crypt(desc->req, desc->infrags, desc->outfrags, in encryptor()284 sg_init_table(desc->infrags, 4); in encryptor()290 desc->infrags[0] = desc->outfrags[0]; in encryptor()291 sg_assign_page(&desc->infrags[0], in_page); in encryptor()508 sg_init_table(desc.infrags, 4); in krb5_cbc_cts_encrypt()