Lines Matching refs:ctext
560 const u8 *ctext; member
573 .ctext = ctext0,
579 .ctext = ctext1,
589 .ctext = ctext2,
603 .ctext = ctext3,
607 .ctext = ctext4,
613 .ctext = ctext5,
624 .ctext = ctext6,
628 .ctext = ctext7,
634 .ctext = ctext8,
646 .ctext = ctext9,
662 .ctext = ctext10,
677 .ctext = ctext11,
689 .ctext = ctext12,
708 if (!aesgcm_decrypt(&ctx, buf, aesgcm_tv[i].ctext, plen, in libaesgcm_init()
710 aesgcm_tv[i].iv, aesgcm_tv[i].ctext + plen) in libaesgcm_init()
719 if (memcmp(buf, aesgcm_tv[i].ctext, plen)) { in libaesgcm_init()