Lines Matching refs:fragno
326 int fragno; member
344 BUG_ON(desc->fragno > 3); in encryptor()
354 sg_set_page(&desc->infrags[desc->fragno], in_page, sg->length, in encryptor()
356 sg_set_page(&desc->outfrags[desc->fragno], sg_page(sg), sg->length, in encryptor()
358 desc->fragno++; in encryptor()
368 sg_mark_end(&desc->infrags[desc->fragno - 1]); in encryptor()
369 sg_mark_end(&desc->outfrags[desc->fragno - 1]); in encryptor()
386 desc->fragno = 1; in encryptor()
389 desc->fragno = 0; in encryptor()
413 desc.fragno = 0; in gss_encrypt_xdr_buf()
428 int fragno; member
443 BUG_ON(desc->fragno > 3); in decryptor()
444 sg_set_page(&desc->frags[desc->fragno], sg_page(sg), sg->length, in decryptor()
446 desc->fragno++; in decryptor()
455 sg_mark_end(&desc->frags[desc->fragno - 1]); in decryptor()
469 desc->fragno = 1; in decryptor()
472 desc->fragno = 0; in decryptor()
494 desc.fragno = 0; in gss_decrypt_xdr_buf()
681 desc.fragno = 0; in gss_krb5_aes_encrypt()
764 desc.fragno = 0; in gss_krb5_aes_decrypt()