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:
177 (*choice)->type = ASIdentifierChoice_inherit; in X509v3_asid_add_inherit()
179 return (*choice)->type == ASIdentifierChoice_inherit; in X509v3_asid_add_inherit()
276 if (choice == NULL || choice->type == ASIdentifierChoice_inherit) in ASIdentifierChoice_is_canonical()
376 if (choice == NULL || choice->type == ASIdentifierChoice_inherit) in ASIdentifierChoice_canonize()
658 asid->asnum->type == ASIdentifierChoice_inherit) || in X509v3_asid_inherits()
660 asid->rdi->type == ASIdentifierChoice_inherit))); in X509v3_asid_inherits()
781 case ASIdentifierChoice_inherit: in asid_validate_path_internal()
791 case ASIdentifierChoice_inherit: in asid_validate_path_internal()
863 x->rfc3779_asid->asnum->type == ASIdentifierChoice_inherit) in asid_validate_path_internal()
[all …]
/freebsd/crypto/openssl/include/openssl/
H A Dx509v3.h.in828 # define ASIdentifierChoice_inherit 0 macro
H A Dx509v3.h1140 # define ASIdentifierChoice_inherit 0 macro