Searched refs:outfrags (Results 1 – 1 of 1) sorted by relevance
| /linux/net/sunrpc/auth_gss/ |
| H A D | gss_krb5_crypto.c | 231 struct scatterlist outfrags[4]; member 262 sg_set_page(&desc->outfrags[desc->fragno], sg_page(sg), sg->length, in encryptor() 275 sg_mark_end(&desc->outfrags[desc->fragno - 1]); in encryptor() 277 skcipher_request_set_crypt(desc->req, desc->infrags, desc->outfrags, in encryptor() 285 sg_init_table(desc->outfrags, 4); in encryptor() 288 sg_set_page(&desc->outfrags[0], sg_page(sg), fraglen, in encryptor() 290 desc->infrags[0] = desc->outfrags[0]; in encryptor() 509 sg_init_table(desc.outfrags, 4); in krb5_cbc_cts_encrypt()
|