Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/x509/
H A Dv3_genn.c39 ASN1_EXP(GENERAL_NAME, d.directoryName, X509_NAME, GEN_DIRNAME),
71 name->type = GEN_DIRNAME; in GENERAL_NAME_set1_X509_NAME()
146 case GEN_DIRNAME: in GENERAL_NAME_cmp()
197 case GEN_DIRNAME: in GENERAL_NAME_set0_value()
231 case GEN_DIRNAME: in GENERAL_NAME_get0_value()
H A Dv3_san.c185 case GEN_DIRNAME: in STACK_OF()
280 case GEN_DIRNAME: in GENERAL_NAME_print()
555 case GEN_DIRNAME: in a2i_GENERAL_NAME()
619 type = GEN_DIRNAME; in v2i_GENERAL_NAME_ex()
H A Dx509aset.c63 GENERAL_NAME_set0_value(gen_name, GEN_DIRNAME, name_copy); in replace_dirName()
H A Dv3_akid.c215 gen->type = GEN_DIRNAME; in v2i_AUTHORITY_KEYID()
H A Dv3_ncons.c301 gntmp.type = GEN_DIRNAME; in NAME_CONSTRAINTS_check()
580 case GEN_DIRNAME: in nc_match_single()
H A Dx509_acert.c87 if (dirName->type != GEN_DIRNAME)
H A Dv3_purp.c380 if (gen->type == GEN_DIRNAME) { in setup_dp()
1065 if (gen->type == GEN_DIRNAME) { in X509_check_akid()
H A Dx_crl.c430 if (gen->type != GEN_DIRNAME) in crl_revoked_issuer_match()
H A Dx509_vfy.c1558 if (gena->type != GEN_DIRNAME) in idp_check_dp()
1591 if (gen->type != GEN_DIRNAME) in crldp_check_crlissuer()
/src/crypto/openssl/crypto/ess/
H A Dess_lib.c100 name->type = GEN_DIRNAME; in ESS_CERT_ID_new_init()
225 name->type = GEN_DIRNAME; in ESS_CERT_ID_V2_new_init()
258 if (issuer->type != GEN_DIRNAME in ess_issuer_serial_cmp()
/src/crypto/openssl/doc/man3/
H A DGENERAL_NAME.pod19 GENERAL_NAME_set1_X509_NAME() creates a new GENERAL_NAME of type GEN_DIRNAME
H A DOSSL_CRMF_MSG_get0_tmpl.pod90 of the given CertId I<cid>, which must be of ASN.1 type GEN_DIRNAME.
/src/crypto/openssl/test/
H A Dcmp_hdr_test.c120 if (!TEST_int_eq(fixture->hdr->sender->type, GEN_DIRNAME)) in execute_HDR_set1_sender_test()
155 if (!TEST_int_eq(fixture->hdr->recipient->type, GEN_DIRNAME)) in execute_HDR_set1_recipient_test()
/src/crypto/openssl/crypto/cmp/
H A Dcmp_hdr.c88 || (name->type == GEN_DIRNAME && IS_NULL_DN(name->d.directoryName)); in ossl_cmp_general_name_is_NULL_DN()
H A Dcmp_vfy.c469 if (sender->type != GEN_DIRNAME) { in check_msg_find_cert()
718 if (hdr->sender->type != GEN_DIRNAME) { in ossl_cmp_msg_check_update()
H A Dcmp_server.c609 if (hdr->sender->type != GEN_DIRNAME) { in OSSL_CMP_SRV_process_request()
H A Dcmp_asn.c679 && sk_GENERAL_NAME_value(names, 0)->type == GEN_DIRNAME; in gennames_allowed()
/src/crypto/openssl/crypto/ocsp/
H A Docsp_cl.c57 gen->type = GEN_DIRNAME; in OCSP_request_set1_name()
H A Docsp_vfy.c396 if (!gen || gen->type != GEN_DIRNAME) { in OCSP_request_verify()
/src/crypto/openssl/crypto/crmf/
H A Dcrmf_lib.c193 cid->issuer->type = GEN_DIRNAME; in IMPLEMENT_CRMF_CTRL_FUNC()
605 return cid != NULL && cid->issuer->type == GEN_DIRNAME ? cid->issuer->d.directoryName : NULL; in OSSL_CRMF_CERTID_get0_issuer()
/src/crypto/openssl/crypto/ts/
H A Dts_rsp_verify.c540 if (tsa_name->type == GEN_DIRNAME in ts_check_signer_name()
H A Dts_rsp_sign.c584 tsa_name->type = GEN_DIRNAME; in ts_RESP_create_tst_info()
/src/crypto/openssl/apps/lib/
H A Dcmp_mock_srv.c465 if (gn != NULL && gn->type == GEN_DIRNAME) { in check_client_crl()
/src/crypto/openssl/include/openssl/
H A Dx509v3.h.in157 #define GEN_DIRNAME 4 macro
H A Dx509v3.h180 #define GEN_DIRNAME 4 macro