Lines Matching refs:fragno
396 int fragno; member
412 BUG_ON(desc->fragno > 3); in encryptor()
422 sg_set_page(&desc->infrags[desc->fragno], in_page, sg->length, in encryptor()
424 sg_set_page(&desc->outfrags[desc->fragno], sg_page(sg), sg->length, in encryptor()
426 desc->fragno++; in encryptor()
436 sg_mark_end(&desc->infrags[desc->fragno - 1]); in encryptor()
437 sg_mark_end(&desc->outfrags[desc->fragno - 1]); in encryptor()
452 desc->fragno = 1; in encryptor()
455 desc->fragno = 0; in encryptor()
477 desc.fragno = 0; in gss_encrypt_xdr_buf()
491 int fragno; member
504 BUG_ON(desc->fragno > 3); in decryptor()
505 sg_set_page(&desc->frags[desc->fragno], sg_page(sg), sg->length, in decryptor()
507 desc->fragno++; in decryptor()
516 sg_mark_end(&desc->frags[desc->fragno - 1]); in decryptor()
528 desc->fragno = 1; in decryptor()
531 desc->fragno = 0; in decryptor()
550 desc.fragno = 0; in gss_decrypt_xdr_buf()
723 desc.fragno = 0; in gss_krb5_aes_encrypt()
802 desc.fragno = 0; in gss_krb5_aes_decrypt()