Home
last modified time | relevance | path

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

/linux-4.1.27/net/sunrpc/auth_gss/
Dgss_krb5_crypto.c395 struct scatterlist outfrags[4]; member
424 sg_set_page(&desc->outfrags[desc->fragno], sg_page(sg), sg->length, in encryptor()
437 sg_mark_end(&desc->outfrags[desc->fragno - 1]); in encryptor()
439 ret = crypto_blkcipher_encrypt_iv(&desc->desc, desc->outfrags, in encryptor()
445 sg_init_table(desc->outfrags, 4); in encryptor()
448 sg_set_page(&desc->outfrags[0], sg_page(sg), fraglen, in encryptor()
450 desc->infrags[0] = desc->outfrags[0]; in encryptor()
481 sg_init_table(desc.outfrags, 4); in gss_encrypt_xdr_buf()
732 sg_init_table(desc.outfrags, 4); in gss_krb5_aes_encrypt()