Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/x509/
H A 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()
H A Dv3_san.c185 case GEN_DIRNAME: in STACK_OF()
280 case GEN_DIRNAME: in GENERAL_NAME_print()
563 case GEN_DIRNAME: in a2i_GENERAL_NAME()
629 type = GEN_DIRNAME; in v2i_GENERAL_NAME_ex()
H A Dv3_akid.c198 gen->type = GEN_DIRNAME; in v2i_AUTHORITY_KEYID()
H A Dv3_ncons.c271 gntmp.type = GEN_DIRNAME; in NAME_CONSTRAINTS_check()
558 case GEN_DIRNAME: in nc_match_single()
H A Dv3_purp.c338 if (gen->type == GEN_DIRNAME) { in setup_dp()
980 if (gen->type == GEN_DIRNAME) { in X509_check_akid()
H A Dx_crl.c423 if (gen->type != GEN_DIRNAME) in crl_revoked_issuer_match()
H A Dx509_vfy.c1407 if (gena->type != GEN_DIRNAME) in idp_check_dp()
1441 if (gen->type != GEN_DIRNAME) in crldp_check_crlissuer()
/freebsd/crypto/openssl/crypto/ess/
H A Dess_lib.c80 name->type = GEN_DIRNAME; in ESS_CERT_ID_new_init()
177 name->type = GEN_DIRNAME; in ESS_CERT_ID_V2_new_init()
205 if (issuer->type != GEN_DIRNAME in ess_issuer_serial_cmp()
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_hdr.c79 || (name->type == GEN_DIRNAME && IS_NULL_DN(name->d.directoryName)); in ossl_cmp_general_name_is_NULL_DN()
91 name->type = GEN_DIRNAME; in set1_general_name()
H A Dcmp_vfy.c461 if (sender->type != GEN_DIRNAME) { in check_msg_find_cert()
676 if (hdr->sender->type != GEN_DIRNAME) { in ossl_cmp_msg_check_update()
H A Dcmp_server.c483 if (hdr->sender->type != GEN_DIRNAME) { in OSSL_CMP_SRV_process_request()
/freebsd/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()
154 if (!TEST_int_eq(fixture->hdr->recipient->type, GEN_DIRNAME)) in test_HDR_set1_recipient()
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_CRMF_MSG_get0_tmpl.pod62 of the given CertId I<cid>, which must be of ASN.1 type GEN_DIRNAME.
/freebsd/crypto/openssl/crypto/crmf/
H A Dcrmf_lib.c192 cid->issuer->type = GEN_DIRNAME; in IMPLEMENT_CRMF_CTRL_FUNC()
562 return cid != NULL && cid->issuer->type == GEN_DIRNAME ? in OSSL_CRMF_CERTID_get0_issuer()
/freebsd/crypto/openssl/crypto/ocsp/
H A Docsp_cl.c57 gen->type = GEN_DIRNAME; in OCSP_request_set1_name()
H A Docsp_vfy.c398 if (!gen || gen->type != GEN_DIRNAME) { in OCSP_request_verify()
/freebsd/crypto/openssl/crypto/ts/
H A Dts_rsp_verify.c544 if (tsa_name->type == GEN_DIRNAME in ts_check_signer_name()
H A Dts_rsp_sign.c580 tsa_name->type = GEN_DIRNAME; in ts_RESP_create_tst_info()
/freebsd/crypto/openssl/include/openssl/
H A Dx509v3.h.in146 # define GEN_DIRNAME 4 macro
H A Dx509v3.h169 # define GEN_DIRNAME 4 macro