outfrags          459 net/sunrpc/auth_gss/gss_krb5_crypto.c 	struct scatterlist outfrags[4];
outfrags          490 net/sunrpc/auth_gss/gss_krb5_crypto.c 	sg_set_page(&desc->outfrags[desc->fragno], sg_page(sg), sg->length,
outfrags          503 net/sunrpc/auth_gss/gss_krb5_crypto.c 	sg_mark_end(&desc->outfrags[desc->fragno - 1]);
outfrags          505 net/sunrpc/auth_gss/gss_krb5_crypto.c 	skcipher_request_set_crypt(desc->req, desc->infrags, desc->outfrags,
outfrags          513 net/sunrpc/auth_gss/gss_krb5_crypto.c 	sg_init_table(desc->outfrags, 4);
outfrags          516 net/sunrpc/auth_gss/gss_krb5_crypto.c 		sg_set_page(&desc->outfrags[0], sg_page(sg), fraglen,
outfrags          518 net/sunrpc/auth_gss/gss_krb5_crypto.c 		desc->infrags[0] = desc->outfrags[0];
outfrags          551 net/sunrpc/auth_gss/gss_krb5_crypto.c 	sg_init_table(desc.outfrags, 4);
outfrags          825 net/sunrpc/auth_gss/gss_krb5_crypto.c 		sg_init_table(desc.outfrags, 4);