/third_party/openssl/ohos_lite/include/openssl/ |
H A D | objects.h | 42 # 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 D | objects.h | 50 # 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 D | objects.h | 50 # 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 D | object.rs | 21 pub fn OBJ_create( in OBJ_create() functions
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | asn_moid.c | 99 nid = OBJ_create(ostr, name, ln); in do_create()
|
/third_party/openssl/crypto/asn1/ |
H A D | asn_moid.c | 99 nid = OBJ_create(ostr, name, ln); in do_create()
|
/third_party/node/deps/openssl/openssl/crypto/objects/ |
H A D | obj_dat.c | 706 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 D | obj_dat.c | 705 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 D | nid.rs | 47 /// - [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 D | x509.c | 778 OBJ_create("2.99999.3", "SET.ex3", "SET x509v3 extension 3"); in x509_main()
|
/third_party/openssl/apps/ |
H A D | x509.c | 778 OBJ_create("2.99999.3", "SET.ex3", "SET x509v3 extension 3"); in x509_main()
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | provider_core.c | 2102 || OBJ_create(oid, sn, ln) != NID_undef; in core_obj_create()
|
/third_party/openssl/crypto/ |
H A D | provider_core.c | 2100 || OBJ_create(oid, sn, ln) != NID_undef; in core_obj_create()
|
/third_party/openssl/test/ |
H A D | pkcs12_format_test.c | 317 if (!TEST_true(OBJ_create("1.3.5.7.9", "CustomSecretOID", "My custom secret OID"))) in get_custom_oid()
|
H A D | evp_extra_test.c | 4375 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 D | apps.c | 436 if (OBJ_create(cnf->value, cnf->name, cnf->name) == NID_undef) { in add_oid_section()
|
/third_party/openssl/apps/lib/ |
H A D | apps.c | 436 if (OBJ_create(cnf->value, cnf->name, cnf->name) == NID_undef) { in add_oid_section()
|