Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/crypto/x509v3/
Dv3_asid.c71 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 …]
/freebsd-12-stable/crypto/openssl/include/openssl/
Dx509v3.h743 # define ASIdentifierChoice_inherit 0 macro