| /src/crypto/openssl/crypto/x509/ |
| H A D | v3_genn.c | 39 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 D | v3_san.c | 185 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 D | x509aset.c | 63 GENERAL_NAME_set0_value(gen_name, GEN_DIRNAME, name_copy); in replace_dirName()
|
| H A D | v3_akid.c | 215 gen->type = GEN_DIRNAME; in v2i_AUTHORITY_KEYID()
|
| H A D | v3_ncons.c | 301 gntmp.type = GEN_DIRNAME; in NAME_CONSTRAINTS_check() 580 case GEN_DIRNAME: in nc_match_single()
|
| H A D | x509_acert.c | 87 if (dirName->type != GEN_DIRNAME)
|
| H A D | v3_purp.c | 380 if (gen->type == GEN_DIRNAME) { in setup_dp() 1065 if (gen->type == GEN_DIRNAME) { in X509_check_akid()
|
| H A D | x_crl.c | 430 if (gen->type != GEN_DIRNAME) in crl_revoked_issuer_match()
|
| H A D | x509_vfy.c | 1558 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 D | ess_lib.c | 100 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 D | GENERAL_NAME.pod | 19 GENERAL_NAME_set1_X509_NAME() creates a new GENERAL_NAME of type GEN_DIRNAME
|
| H A D | OSSL_CRMF_MSG_get0_tmpl.pod | 90 of the given CertId I<cid>, which must be of ASN.1 type GEN_DIRNAME.
|
| /src/crypto/openssl/test/ |
| H A D | cmp_hdr_test.c | 120 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 D | cmp_hdr.c | 88 || (name->type == GEN_DIRNAME && IS_NULL_DN(name->d.directoryName)); in ossl_cmp_general_name_is_NULL_DN()
|
| H A D | cmp_vfy.c | 469 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 D | cmp_server.c | 609 if (hdr->sender->type != GEN_DIRNAME) { in OSSL_CMP_SRV_process_request()
|
| H A D | cmp_asn.c | 679 && sk_GENERAL_NAME_value(names, 0)->type == GEN_DIRNAME; in gennames_allowed()
|
| /src/crypto/openssl/crypto/ocsp/ |
| H A D | ocsp_cl.c | 57 gen->type = GEN_DIRNAME; in OCSP_request_set1_name()
|
| H A D | ocsp_vfy.c | 396 if (!gen || gen->type != GEN_DIRNAME) { in OCSP_request_verify()
|
| /src/crypto/openssl/crypto/crmf/ |
| H A D | crmf_lib.c | 193 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 D | ts_rsp_verify.c | 540 if (tsa_name->type == GEN_DIRNAME in ts_check_signer_name()
|
| H A D | ts_rsp_sign.c | 584 tsa_name->type = GEN_DIRNAME; in ts_RESP_create_tst_info()
|
| /src/crypto/openssl/apps/lib/ |
| H A D | cmp_mock_srv.c | 465 if (gn != NULL && gn->type == GEN_DIRNAME) { in check_client_crl()
|
| /src/crypto/openssl/include/openssl/ |
| H A D | x509v3.h.in | 157 #define GEN_DIRNAME 4 macro
|
| H A D | x509v3.h | 180 #define GEN_DIRNAME 4 macro
|