Lines Matching refs:fragno
374 int fragno; member
392 BUG_ON(desc->fragno > 3); in encryptor()
402 sg_set_page(&desc->infrags[desc->fragno], in_page, sg->length, in encryptor()
404 sg_set_page(&desc->outfrags[desc->fragno], sg_page(sg), sg->length, in encryptor()
406 desc->fragno++; in encryptor()
416 sg_mark_end(&desc->infrags[desc->fragno - 1]); in encryptor()
417 sg_mark_end(&desc->outfrags[desc->fragno - 1]); in encryptor()
434 desc->fragno = 1; in encryptor()
437 desc->fragno = 0; in encryptor()
461 desc.fragno = 0; in gss_encrypt_xdr_buf()
476 int fragno; member
491 BUG_ON(desc->fragno > 3); in decryptor()
492 sg_set_page(&desc->frags[desc->fragno], sg_page(sg), sg->length, in decryptor()
494 desc->fragno++; in decryptor()
503 sg_mark_end(&desc->frags[desc->fragno - 1]); in decryptor()
517 desc->fragno = 1; in decryptor()
520 desc->fragno = 0; in decryptor()
542 desc.fragno = 0; in gss_decrypt_xdr_buf()
686 desc.fragno = 0; in krb5_cbc_cts_encrypt()
748 desc.fragno = 0; in krb5_cbc_cts_decrypt()