Home
last modified time | relevance | path

Searched refs:GEN_DIRNAME (Results 1 – 12 of 12) sorted by relevance

/dragonfly/crypto/libressl/crypto/x509/
HDx509_genn.c207 .tag = GEN_DIRNAME,
386 case GEN_DIRNAME: in GENERAL_NAME_cmp()
439 case GEN_DIRNAME: in GENERAL_NAME_set0_value()
474 case GEN_DIRNAME: in GENERAL_NAME_get0_value()
HDx509_constraints.c697 if (name->type == GEN_DIRNAME) { in x509_constraints_general_to_bytes()
778 case GEN_DIRNAME: in x509_constraints_extract_names()
790 vname->type = GEN_DIRNAME; in x509_constraints_extract_names()
840 vname->type = GEN_DIRNAME; in x509_constraints_extract_names()
945 case GEN_DIRNAME: in x509_constraints_validate()
954 name->type = GEN_DIRNAME; in x509_constraints_validate()
1123 if (name->type == GEN_DIRNAME) in x509_constraints_match()
HDx509_alt.c201 case GEN_DIRNAME: in STACK_OF()
283 case GEN_DIRNAME: in GENERAL_NAME_print()
576 case GEN_DIRNAME: in a2i_GENERAL_NAME()
642 type = GEN_DIRNAME; in v2i_GENERAL_NAME_ex()
HDx509_ncons.c313 gntmp.type = GEN_DIRNAME; in NAME_CONSTRAINTS_check()
407 case GEN_DIRNAME: in nc_match_single()
HDx509_akey.c219 gen->type = GEN_DIRNAME; in v2i_AUTHORITY_KEYID()
HDx509_purp.c412 if (gen->type == GEN_DIRNAME) { in setup_dp()
941 if (gen->type == GEN_DIRNAME) { in X509_check_akid()
/dragonfly/crypto/libressl/crypto/ts/
HDts_rsp_verify.c451 if (issuer->type != GEN_DIRNAME || in TS_issuer_serial_cmp()
812 if (tsa_name->type == GEN_DIRNAME && in TS_check_signer_name()
HDts_rsp_sign.c663 tsa_name->type = GEN_DIRNAME; in TS_RESP_create_tst_info()
884 name->type = GEN_DIRNAME; in ESS_CERT_ID_new_init()
/dragonfly/crypto/libressl/crypto/ocsp/
HDocsp_cl.c116 gen->type = GEN_DIRNAME; in OCSP_request_set1_name()
HDocsp_vfy.c395 if (!gen || gen->type != GEN_DIRNAME) { in OCSP_request_verify()
/dragonfly/crypto/libressl/crypto/asn1/
HDx_crl.c599 if (gen->type != GEN_DIRNAME) in crl_revoked_issuer_match()
/dragonfly/crypto/libressl/include/openssl/
HDx509v3.h181 #define GEN_DIRNAME 4 macro