Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/crypto/x509v3/
Dv3_genn.c39 ASN1_EXP(GENERAL_NAME, d.directoryName, X509_NAME, GEN_DIRNAME),
118 case GEN_DIRNAME: in GENERAL_NAME_cmp()
169 case GEN_DIRNAME: in GENERAL_NAME_set0_value()
203 case GEN_DIRNAME: in GENERAL_NAME_get0_value()
Dv3_alt.c120 case GEN_DIRNAME: in STACK_OF()
191 case GEN_DIRNAME: in GENERAL_NAME_print()
484 case GEN_DIRNAME: in a2i_GENERAL_NAME()
548 type = GEN_DIRNAME; in v2i_GENERAL_NAME_ex()
Dv3_akey.c169 gen->type = GEN_DIRNAME; in v2i_AUTHORITY_KEYID()
Dv3_ncons.c273 gntmp.type = GEN_DIRNAME; in NAME_CONSTRAINTS_check()
508 case GEN_DIRNAME: in nc_match_single()
Dv3_purp.c323 if (gen->type == GEN_DIRNAME) { in setup_dp()
907 if (gen->type == GEN_DIRNAME) { in X509_check_akid()
/freebsd-12-stable/crypto/openssl/crypto/ts/
Dts_rsp_verify.c354 if (issuer->type != GEN_DIRNAME in ts_issuer_serial_cmp()
678 if (tsa_name->type == GEN_DIRNAME in ts_check_signer_name()
Dts_rsp_sign.c585 tsa_name->type = GEN_DIRNAME; in ts_RESP_create_tst_info()
788 name->type = GEN_DIRNAME; in ess_CERT_ID_new_init()
936 name->type = GEN_DIRNAME; in ess_cert_id_v2_new_init()
/freebsd-12-stable/crypto/openssl/crypto/ocsp/
Docsp_cl.c62 gen->type = GEN_DIRNAME; in OCSP_request_set1_name()
Docsp_vfy.c358 if (!gen || gen->type != GEN_DIRNAME) { in OCSP_request_verify()
/freebsd-12-stable/crypto/openssl/crypto/x509/
Dx_crl.c401 if (gen->type != GEN_DIRNAME) in crl_revoked_issuer_match()
Dx509_vfy.c1395 if (gena->type != GEN_DIRNAME) in idp_check_dp()
1427 if (gen->type != GEN_DIRNAME) in crldp_check_crlissuer()
/freebsd-12-stable/crypto/openssl/include/openssl/
Dx509v3.h128 # define GEN_DIRNAME 4 macro