Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/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()
785 case ASIdentifierChoice_asIdsOrRanges: in asid_validate_path_internal()
795 case ASIdentifierChoice_asIdsOrRanges: in asid_validate_path_internal()
826 ASIdentifierChoice_asIdsOrRanges) { in asid_validate_path_internal()
842 x->rfc3779_asid->rdi->type == ASIdentifierChoice_asIdsOrRanges) { in asid_validate_path_internal()
/freebsd-12-stable/crypto/openssl/include/openssl/
Dx509v3.h744 # define ASIdentifierChoice_asIdsOrRanges 1 macro