Lines Matching defs:tak
788 static struct tak *
792 struct tak *tak;
798 if ((tak = tak_parse(&x509, file, entp->talid, der, len)) == NULL)
801 a = find_issuer(file, entp->certid, tak->aki, entp->mftaki);
817 tak->talid = a->cert->talid;
819 return tak;
822 tak_free(tak);
861 struct tak *tak;
996 tak = proc_parser_tak(file, f, flen, entp);
997 if (tak != NULL)
998 mtime = tak->signtime;
1000 tak_free(tak);