TrustAnchorState
parse_tastate(const char *fn, struct ccr *ccr, const TrustAnchorState *state)
ASN1_SEQUENCE(TrustAnchorState) = {
ASN1_SEQUENCE_OF(TrustAnchorState, skis, SubjectKeyIdentifier),
ASN1_SIMPLE(TrustAnchorState, hash, ASN1_OCTET_STRING),
} ASN1_SEQUENCE_END(TrustAnchorState);
IMPLEMENT_ASN1_FUNCTIONS(TrustAnchorState);
static TrustAnchorState *
TrustAnchorState *tas;
ASN1_EXP_OPT(CanonicalCacheRepresentation, tas, TrustAnchorState, 4),
DECLARE_ASN1_FUNCTIONS(TrustAnchorState);
TrustAnchorState *tas;