Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/x509/
H A Dx509_asid.c321 case ASIdentifierChoice_inherit: in i2r_ASIdentifierChoice()
431 if ((*choice)->type != ASIdentifierChoice_inherit) in X509v3_asid_add_inherit()
438 aic->type = ASIdentifierChoice_inherit; in X509v3_asid_add_inherit()
587 if (choice == NULL || choice->type == ASIdentifierChoice_inherit) in ASIdentifierChoice_is_canonical()
687 if (choice == NULL || choice->type == ASIdentifierChoice_inherit) in ASIdentifierChoice_canonize()
982 if (asid->asnum->type == ASIdentifierChoice_inherit) in X509v3_asid_inherits()
987 if (asid->rdi->type == ASIdentifierChoice_inherit) in X509v3_asid_inherits()
1127 case ASIdentifierChoice_inherit: in asid_validate_path_internal()
1137 case ASIdentifierChoice_inherit: in asid_validate_path_internal()
1204 x->rfc3779_asid->asnum->type == ASIdentifierChoice_inherit) in asid_validate_path_internal()
[all …]
H A Dx509v3.h727 #define ASIdentifierChoice_inherit 0 macro
/openbsd/usr.sbin/rpki-client/
H A Dcert.c174 case ASIdentifierChoice_inherit: in sbgp_parse_assysnum()