Searched refs:ASIdentifierChoice_inherit (Results 1 – 2 of 2) sorted by relevance
71 case ASIdentifierChoice_inherit:173 (*choice)->type = ASIdentifierChoice_inherit; in X509v3_asid_add_inherit()175 return (*choice)->type == ASIdentifierChoice_inherit; in X509v3_asid_add_inherit()198 if (*choice != NULL && (*choice)->type == ASIdentifierChoice_inherit) in X509v3_asid_add_id_or_range()266 if (choice == NULL || choice->type == ASIdentifierChoice_inherit) in ASIdentifierChoice_is_canonical()368 if (choice == NULL || choice->type == ASIdentifierChoice_inherit) in ASIdentifierChoice_canonize()659 asid->asnum->type == ASIdentifierChoice_inherit) || in X509v3_asid_inherits()661 asid->rdi->type == ASIdentifierChoice_inherit))); in X509v3_asid_inherits()782 case ASIdentifierChoice_inherit: in asid_validate_path_internal()792 case ASIdentifierChoice_inherit: in asid_validate_path_internal()[all …]
743 # define ASIdentifierChoice_inherit 0 macro