Home
last modified time | relevance | path

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

/third_party/openssl/crypto/x509v3/
Dv3_asid.c74 case ASIdentifierChoice_asIdsOrRanges:
206 (*choice)->type = ASIdentifierChoice_asIdsOrRanges; in X509v3_asid_add_id_or_range()
272 if (choice->type != ASIdentifierChoice_asIdsOrRanges || in ASIdentifierChoice_is_canonical()
374 if (choice->type != ASIdentifierChoice_asIdsOrRanges || in ASIdentifierChoice_canonize()
772 case ASIdentifierChoice_asIdsOrRanges: in asid_validate_path_internal()
782 case ASIdentifierChoice_asIdsOrRanges: in asid_validate_path_internal()
813 ASIdentifierChoice_asIdsOrRanges) { in asid_validate_path_internal()
829 x->rfc3779_asid->rdi->type == ASIdentifierChoice_asIdsOrRanges) { in asid_validate_path_internal()
/third_party/openssl/include/openssl/
Dx509v3.h744 # define ASIdentifierChoice_asIdsOrRanges 1 macro