Home
last modified time | relevance | path

Searched refs:OBJ_create (Results 1 - 17 of 17) sorted by relevance

/third_party/openssl/ohos_lite/include/openssl/
H A Dobjects.h42 # define OBJ_create_and_add_object(a,b,c) OBJ_create(a,b,c)
157 int OBJ_create(const char *oid, const char *sn, const char *ln);
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dobjects.h50 # define OBJ_create_and_add_object(a,b,c) OBJ_create(a,b,c)
165 int OBJ_create(const char *oid, const char *sn, const char *ln);
/third_party/openssl/include/openssl/
H A Dobjects.h50 # define OBJ_create_and_add_object(a,b,c) OBJ_create(a,b,c)
165 int OBJ_create(const char *oid, const char *sn, const char *ln);
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dobject.rs21 pub fn OBJ_create( in OBJ_create() functions
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dasn_moid.c99 nid = OBJ_create(ostr, name, ln); in do_create()
/third_party/openssl/crypto/asn1/
H A Dasn_moid.c99 nid = OBJ_create(ostr, name, ln); in do_create()
/third_party/node/deps/openssl/openssl/crypto/objects/
H A Dobj_dat.c706 if (!OBJ_create(o, s, l)) in OBJ_create_objects()
712 int OBJ_create(const char *oid, const char *sn, const char *ln) in OBJ_create() function
/third_party/openssl/crypto/objects/
H A Dobj_dat.c705 if (!OBJ_create(o, s, l)) in OBJ_create_objects()
711 int OBJ_create(const char *oid, const char *sn, const char *ln) in OBJ_create() function
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dnid.rs47 /// - [Obj_nid2obj](https://www.openssl.org/docs/manmaster/crypto/OBJ_create.html)
65 #[corresponds(OBJ_create)]
72 let raw = ffi::OBJ_create(oid.as_ptr(), sn.as_ptr(), ln.as_ptr()); in create()
/third_party/node/deps/openssl/openssl/apps/
H A Dx509.c778 OBJ_create("2.99999.3", "SET.ex3", "SET x509v3 extension 3"); in x509_main()
/third_party/openssl/apps/
H A Dx509.c778 OBJ_create("2.99999.3", "SET.ex3", "SET x509v3 extension 3"); in x509_main()
/third_party/node/deps/openssl/openssl/crypto/
H A Dprovider_core.c2102 || OBJ_create(oid, sn, ln) != NID_undef; in core_obj_create()
/third_party/openssl/crypto/
H A Dprovider_core.c2100 || OBJ_create(oid, sn, ln) != NID_undef; in core_obj_create()
/third_party/openssl/test/
H A Dpkcs12_format_test.c317 if (!TEST_true(OBJ_create("1.3.5.7.9", "CustomSecretOID", "My custom secret OID"))) in get_custom_oid()
H A Devp_extra_test.c4375 nid = OBJ_create("1.3.6.1.4.1.16604.998866.1", "custom-md", "custom-md"); in test_custom_md_meth()
4457 nid = OBJ_create("1.3.6.1.4.1.16604.998866.2", "custom-ciph", "custom-ciph"); in test_custom_ciph_meth()
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapps.c436 if (OBJ_create(cnf->value, cnf->name, cnf->name) == NID_undef) { in add_oid_section()
/third_party/openssl/apps/lib/
H A Dapps.c436 if (OBJ_create(cnf->value, cnf->name, cnf->name) == NID_undef) { in add_oid_section()

Completed in 55 milliseconds