| /src/crypto/openssl/doc/man3/ |
| H A D | OBJ_nid2obj.pod | 8 OBJ_dup, OBJ_txt2obj, OBJ_obj2txt, OBJ_create, OBJ_cleanup, OBJ_add_sigid 33 int OBJ_create(const char *oid, const char *sn, const char *ln); 89 OBJ_create() adds a new object to the internal table. I<oid> is the 123 New objects can be added by calling OBJ_create(). 179 int new_nid = OBJ_create("1.2.3.4", "NewOID", "New Object Identifier");
|
| H A D | OSSL_ALGORITHM.pod | 106 L<OBJ_create(3)> (via the B<core_obj_create> upcall described in
|
| /src/crypto/openssl/include/openssl/ |
| H A D | objects.h | 49 #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);
|
| /src/crypto/openssl/crypto/asn1/ |
| H A D | asn_moid.c | 97 nid = OBJ_create(ostr, name, ln); in do_create()
|
| /src/crypto/openssl/test/ |
| H A D | asn1_internal_test.c | 215 nid = OBJ_create(oid, sn, ln); in test_obj_create_once()
|
| H A D | pkcs12_format_test.c | 2392 if (!TEST_true(OBJ_create("1.3.5.7.9", "CustomSecretOID", "My custom secret OID"))) in get_custom_oid()
|
| H A D | threadstest.c | 1183 || !TEST_true(id = OBJ_create(oid, sn, ln)) in test_obj_create_one()
|
| H A D | evp_extra_test.c | 5771 nid = OBJ_create("1.3.6.1.4.1.16604.998866.1", "custom-md", "custom-md"); in test_custom_md_meth() 5799 if (!TEST_int_eq(OBJ_create("1.3.6.1.4.1.16604.998866.1", in test_custom_md_meth() 5866 nid = OBJ_create("1.3.6.1.4.1.16604.998866.2", "custom-ciph", "custom-ciph"); in test_custom_ciph_meth()
|
| /src/crypto/openssl/crypto/objects/ |
| H A D | obj_dat.c | 770 if (!OBJ_create(o, s, l)) in OBJ_create_objects() 776 int OBJ_create(const char *oid, const char *sn, const char *ln) in OBJ_create() function
|
| /src/usr.sbin/uefisign/ |
| H A D | uefisign.c | 166 nid = OBJ_create("1.3.6.1.4.1.311.2.1.4", NULL, NULL); in magic()
|
| /src/crypto/openssl/doc/man7/ |
| H A D | provider-base.pod | 308 function L<OBJ_create(3)> except that it returns 1 on success or 0 on failure. 724 this parameter is given, OBJ_create() will be used to create an OBJ and 740 this parameter is given, OBJ_create() will be used to create an OBJ and 756 this parameter is given, OBJ_create() will be used to create an OBJ and 772 this parameter is given, OBJ_create() will be used to create an OBJ and
|
| /src/crypto/openssl/ssl/ |
| H A D | t1_lib.c | 614 OBJ_create(sinf->sigalg_oid, sinf->sigalg_name, NULL); in add_provider_sigalgs() 621 OBJ_create(sinf->sig_oid, sinf->sig_name, NULL); in add_provider_sigalgs() 623 OBJ_create(sinf->keytype_oid, sinf->keytype, NULL); in add_provider_sigalgs() 625 OBJ_create(sinf->hash_oid, sinf->hash_name, NULL); in add_provider_sigalgs()
|
| /src/crypto/openssl/crypto/ |
| H A D | provider_core.c | 2602 || OBJ_create(oid, sn, ln) != NID_undef; in core_obj_create()
|
| /src/crypto/openssl/apps/lib/ |
| H A D | apps.c | 408 if (OBJ_create(cnf->value, cnf->name, cnf->name) == NID_undef) { in add_oid_section()
|
| /src/secure/lib/libcrypto/ |
| H A D | Version.map | 1893 OBJ_create;
|
| /src/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 2769 MLINKS+= OBJ_nid2obj.3 OBJ_create.3
|
| /src/crypto/openssl/util/ |
| H A D | libcrypto.num | 215 OBJ_create 219 3_0_0 EXIST::FUNCTION:
|