Searched refs:is_nc (Results 1 – 2 of 2) sorted by relevance
/openbsd/lib/libcrypto/x509/ |
H A D | x509_alt.c | 554 X509V3_CTX *ctx, int gen_type, const char *value, int is_nc) in a2i_GENERAL_NAME() argument 594 if (is_nc) in a2i_GENERAL_NAME() 645 X509V3_CTX *ctx, CONF_VALUE *cnf, int is_nc) in v2i_GENERAL_NAME_ex() argument 682 ret = a2i_GENERAL_NAME(out, method, ctx, type, value, is_nc); in v2i_GENERAL_NAME_ex() 690 if (is_nc) { in v2i_GENERAL_NAME_ex()
|
H A D | x509v3.h | 614 int gen_type, const char *value, int is_nc); 621 X509V3_CTX *ctx, CONF_VALUE *cnf, int is_nc);
|