Home
last modified time | relevance | path

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

1234

/third_party/node/deps/openssl/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()
/third_party/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()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_san.c185 case GEN_DIRNAME: in STACK_OF()
280 case GEN_DIRNAME: in GENERAL_NAME_print()
562 case GEN_DIRNAME: in a2i_GENERAL_NAME()
628 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;
558 case GEN_DIRNAME:
H A Dv3_purp.c333 * and any CRLissuer could be of type different to GEN_DIRNAME. in setup_dp()
338 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)
/third_party/openssl/crypto/x509/
H A Dv3_san.c185 case GEN_DIRNAME: in STACK_OF()
280 case GEN_DIRNAME: in GENERAL_NAME_print()
562 case GEN_DIRNAME: in a2i_GENERAL_NAME()
628 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;
558 case GEN_DIRNAME:
H A Dv3_purp.c333 * and any CRLissuer could be of type different to GEN_DIRNAME. in setup_dp()
338 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)
/third_party/node/deps/openssl/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()
/third_party/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()
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Dx509v3.rs18 pub const GEN_DIRNAME: c_int = 4; consts
/third_party/openssl/test/
H A Dcmp_hdr_test.c113 if (!TEST_int_eq(fixture->hdr->sender->type, GEN_DIRNAME)) in execute_HDR_set1_sender_test()
143 if (!TEST_int_eq(fixture->hdr->recipient->type, GEN_DIRNAME)) in execute_HDR_set1_recipient_test()
/third_party/node/deps/openssl/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()
/third_party/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()
/third_party/node/deps/openssl/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()
/third_party/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()
/third_party/node/deps/openssl/openssl/crypto/ts/
H A Dts_rsp_verify.c544 if (tsa_name->type == GEN_DIRNAME in ts_check_signer_name()

Completed in 20 milliseconds

1234