Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/x509/
HDx509_asid.c305 case ASIdentifierChoice_asIdsOrRanges: in i2r_ASIdentifierChoice()
445 (*choice)->type = ASIdentifierChoice_asIdsOrRanges; in X509v3_asid_add_id_or_range()
510 if (choice->type != ASIdentifierChoice_asIdsOrRanges || in ASIdentifierChoice_is_canonical()
618 if (choice->type != ASIdentifierChoice_asIdsOrRanges || in ASIdentifierChoice_canonize()
1057 case ASIdentifierChoice_asIdsOrRanges: in asid_validate_path_internal()
1067 case ASIdentifierChoice_asIdsOrRanges: in asid_validate_path_internal()
1094 ASIdentifierChoice_asIdsOrRanges) { in asid_validate_path_internal()
1110 x->rfc3779_asid->rdi->type == ASIdentifierChoice_asIdsOrRanges) { in asid_validate_path_internal()
/dragonfly/crypto/libressl/include/openssl/
HDx509v3.h870 #define ASIdentifierChoice_asIdsOrRanges 1 macro