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

/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_asid.c116 case ASIdentifierChoice_inherit:
219 (*choice)->type = ASIdentifierChoice_inherit;
221 return (*choice)->type == ASIdentifierChoice_inherit;
244 if (*choice != NULL && (*choice)->type == ASIdentifierChoice_inherit)
309 if (choice == NULL || choice->type == ASIdentifierChoice_inherit)
402 if (choice == NULL || choice->type == ASIdentifierChoice_inherit)
682 asid->asnum->type == ASIdentifierChoice_inherit) ||
684 asid->rdi->type == ASIdentifierChoice_inherit)));
784 case ASIdentifierChoice_inherit:
794 case ASIdentifierChoice_inherit
[all...]
H A Dx509v3.h673 # define ASIdentifierChoice_inherit 0 macro

Completed in 101 milliseconds