Searched refs:infrags (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/sunrpc/auth_gss/ |
H A D | gss_krb5_crypto.c | 374 struct scatterlist infrags[4]; member 404 sg_set_page(&desc->infrags[desc->fragno], in_page, sg->length, in encryptor() 418 sg_mark_end(&desc->infrags[desc->fragno - 1]); in encryptor() 421 skcipher_request_set_crypt(desc->req, desc->infrags, desc->outfrags, in encryptor() 428 sg_init_table(desc->infrags, 4); in encryptor() 434 desc->infrags[0] = desc->outfrags[0]; in encryptor() 435 sg_assign_page(&desc->infrags[0], in_page); in encryptor() 466 sg_init_table(desc.infrags, 4); in gss_encrypt_xdr_buf() 707 sg_init_table(desc.infrags, 4); in krb5_cbc_cts_encrypt()
|