ASPAPayloadState
ASN1_SEQUENCE(ASPAPayloadState) = {
ASN1_SEQUENCE_OF(ASPAPayloadState, aps, ASPAPayloadSet),
ASN1_SIMPLE(ASPAPayloadState, hash, ASN1_OCTET_STRING),
} ASN1_SEQUENCE_END(ASPAPayloadState);
IMPLEMENT_ASN1_FUNCTIONS(ASPAPayloadState);
parse_aspastate(const char *fn, struct ccr *ccr, const ASPAPayloadState *state)
static ASPAPayloadState *
ASPAPayloadState *vaps;
ASN1_EXP_OPT(CanonicalCacheRepresentation, vaps, ASPAPayloadState, 3),
DECLARE_ASN1_FUNCTIONS(ASPAPayloadState);
ASPAPayloadState *vaps;