Searched refs:outfrags (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
H A D | gss_krb5_crypto.c | 325 struct scatterlist outfrags[4]; member 356 sg_set_page(&desc->outfrags[desc->fragno], sg_page(sg), sg->length, in encryptor() 369 sg_mark_end(&desc->outfrags[desc->fragno - 1]); in encryptor() 371 skcipher_request_set_crypt(desc->req, desc->infrags, desc->outfrags, in encryptor() 379 sg_init_table(desc->outfrags, 4); in encryptor() 382 sg_set_page(&desc->outfrags[0], sg_page(sg), fraglen, in encryptor() 384 desc->infrags[0] = desc->outfrags[0]; in encryptor() 417 sg_init_table(desc.outfrags, 4); in gss_encrypt_xdr_buf() 691 sg_init_table(desc.outfrags, 4); in gss_krb5_aes_encrypt()
|
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/ |
H A D | gss_krb5_crypto.c | 375 struct scatterlist outfrags[4]; member 406 sg_set_page(&desc->outfrags[desc->fragno], sg_page(sg), sg->length, in encryptor() 419 sg_mark_end(&desc->outfrags[desc->fragno - 1]); in encryptor() 421 skcipher_request_set_crypt(desc->req, desc->infrags, desc->outfrags, in encryptor() 429 sg_init_table(desc->outfrags, 4); in encryptor() 432 sg_set_page(&desc->outfrags[0], sg_page(sg), fraglen, in encryptor() 434 desc->infrags[0] = desc->outfrags[0]; in encryptor() 467 sg_init_table(desc.outfrags, 4); in gss_encrypt_xdr_buf() 708 sg_init_table(desc.outfrags, 4); in krb5_cbc_cts_encrypt()
|
Completed in 3 milliseconds