Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/x509/
H A Dv3_asid.c72 case ASIdentifierChoice_inherit:
171 (*choice)->type = ASIdentifierChoice_inherit; in X509v3_asid_add_inherit()
173 return (*choice)->type == ASIdentifierChoice_inherit; in X509v3_asid_add_inherit()
270 if (choice == NULL || choice->type == ASIdentifierChoice_inherit) in ASIdentifierChoice_is_canonical()
361 if (choice == NULL || choice->type == ASIdentifierChoice_inherit) in ASIdentifierChoice_canonize()
633 …LL && asid->asnum->type == ASIdentifierChoice_inherit) || (asid->rdi != NULL && asid->rdi->type ==… in X509v3_asid_inherits()
753 case ASIdentifierChoice_inherit: in asid_validate_path_internal()
763 case ASIdentifierChoice_inherit: in asid_validate_path_internal()
829 … if (x->rfc3779_asid->asnum != NULL && x->rfc3779_asid->asnum->type == ASIdentifierChoice_inherit) in asid_validate_path_internal()
831 … if (x->rfc3779_asid->rdi != NULL && x->rfc3779_asid->rdi->type == ASIdentifierChoice_inherit) in asid_validate_path_internal()
/freebsd/crypto/openssl/include/openssl/
H A Dx509v3.h.in852 #define ASIdentifierChoice_inherit 0 macro
H A Dx509v3.h1164 #define ASIdentifierChoice_inherit 0 macro