Searched refs:infrags (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/ |
| H A D | gss_krb5_crypto.c | 324 struct scatterlist infrags[4]; member 354 sg_set_page(&desc->infrags[desc->fragno], in_page, sg->length, in encryptor() 368 sg_mark_end(&desc->infrags[desc->fragno - 1]); in encryptor() 371 skcipher_request_set_crypt(desc->req, desc->infrags, desc->outfrags, in encryptor() 378 sg_init_table(desc->infrags, 4); in encryptor() 384 desc->infrags[0] = desc->outfrags[0]; in encryptor() 385 sg_assign_page(&desc->infrags[0], in_page); in encryptor() 416 sg_init_table(desc.infrags, 4); in gss_encrypt_xdr_buf() 690 sg_init_table(desc.infrags, 4); in gss_krb5_aes_encrypt()
|