Home
last modified time | relevance | path

Searched refs:ASIdentifierChoice_asIdsOrRanges (Results 1 – 2 of 2) sorted by relevance

/NextBSD/crypto/openssl/crypto/x509v3/
HDv3_asid.c119 case ASIdentifierChoice_asIdsOrRanges:
253 (*choice)->type = ASIdentifierChoice_asIdsOrRanges; in v3_asid_add_id_or_range()
315 if (choice->type != ASIdentifierChoice_asIdsOrRanges || in ASIdentifierChoice_is_canonical()
408 if (choice->type != ASIdentifierChoice_asIdsOrRanges || in ASIdentifierChoice_canonize()
788 case ASIdentifierChoice_asIdsOrRanges: in v3_asid_validate_path_internal()
798 case ASIdentifierChoice_asIdsOrRanges: in v3_asid_validate_path_internal()
825 ASIdentifierChoice_asIdsOrRanges) { in v3_asid_validate_path_internal()
841 x->rfc3779_asid->rdi->type == ASIdentifierChoice_asIdsOrRanges) { in v3_asid_validate_path_internal()
HDx509v3.h779 # define ASIdentifierChoice_asIdsOrRanges 1 macro