Searched refs:outfrags (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c395 struct scatterlist outfrags[4]; member in struct:encryptor_desc
424 sg_set_page(&desc->outfrags[desc->fragno], sg_page(sg), sg->length,
437 sg_mark_end(&desc->outfrags[desc->fragno - 1]);
439 ret = crypto_blkcipher_encrypt_iv(&desc->desc, desc->outfrags,
445 sg_init_table(desc->outfrags, 4);
448 sg_set_page(&desc->outfrags[0], sg_page(sg), fraglen,
450 desc->infrags[0] = desc->outfrags[0];
481 sg_init_table(desc.outfrags, 4);
734 sg_init_table(desc.outfrags, 4);

Completed in 48 milliseconds