Lines Matching defs:TAK
61 } TAK;
69 ASN1_SEQUENCE(TAK) = {
70 ASN1_EXP_OPT(TAK, version, ASN1_INTEGER, 0),
71 ASN1_SIMPLE(TAK, current, TAKey),
72 ASN1_EXP_OPT(TAK, predecessor, TAKey, 0),
73 ASN1_EXP_OPT(TAK, successor, TAKey, 1),
74 } ASN1_SEQUENCE_END(TAK);
76 DECLARE_ASN1_FUNCTIONS(TAK);
77 IMPLEMENT_ASN1_FUNCTIONS(TAK);
153 * Parses the eContent segment of an TAK file
161 TAK *tak_asn1;
202 * Returns the TAK or NULL if the object was malformed.
297 * Free an TAK pointer.