Home
last modified time | relevance | path

Searched refs:OBJ_create (Results 1 – 14 of 14) sorted by relevance

/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);
/openssl/doc/man3/
H A DOBJ_nid2obj.pod8 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 DOSSL_ALGORITHM.pod106 L<OBJ_create(3)> (via the B<core_obj_create> upcall described in
/openssl/crypto/asn1/
H A Dasn_moid.c97 nid = OBJ_create(ostr, name, ln); in do_create()
/openssl/test/
H A Dasn1_internal_test.c205 nid = OBJ_create(oid, sn, ln); in test_obj_create_once()
H A Dpkcs12_format_test.c328 if (!TEST_true(OBJ_create("1.3.5.7.9", "CustomSecretOID", "My custom secret OID"))) in get_custom_oid()
H A Dthreadstest.c1113 || !TEST_true(id = OBJ_create(oid, sn, ln)) in test_obj_create_one()
H A Devp_extra_test.c4947 nid = OBJ_create("1.3.6.1.4.1.16604.998866.1", "custom-md", "custom-md"); in test_custom_md_meth()
5029 nid = OBJ_create("1.3.6.1.4.1.16604.998866.2", "custom-ciph", "custom-ciph"); in test_custom_ciph_meth()
/openssl/crypto/objects/
H A Dobj_dat.c761 if (!OBJ_create(o, s, l)) in OBJ_create_objects()
767 int OBJ_create(const char *oid, const char *sn, const char *ln) in OBJ_create() function
/openssl/doc/man7/
H A Dprovider-base.pod277 function L<OBJ_create(3)> except that it returns 1 on success or 0 on failure.
683 this parameter is given, OBJ_create() will be used to create an OBJ and
699 this parameter is given, OBJ_create() will be used to create an OBJ and
715 this parameter is given, OBJ_create() will be used to create an OBJ and
731 this parameter is given, OBJ_create() will be used to create an OBJ and
/openssl/ssl/
H A Dt1_lib.c644 OBJ_create(sinf->sigalg_oid, sinf->sigalg_name, NULL); in add_provider_sigalgs()
652 OBJ_create(sinf->sig_oid, sinf->sig_name, NULL); in add_provider_sigalgs()
654 OBJ_create(sinf->keytype_oid, sinf->keytype, NULL); in add_provider_sigalgs()
656 OBJ_create(sinf->hash_oid, sinf->hash_name, NULL); in add_provider_sigalgs()
/openssl/crypto/
H A Dprovider_core.c2229 || OBJ_create(oid, sn, ln) != NID_undef; in core_obj_create()
/openssl/apps/lib/
H A Dapps.c454 if (OBJ_create(cnf->value, cnf->name, cnf->name) == NID_undef) { in add_oid_section()
/openssl/util/
H A Dlibcrypto.num215 OBJ_create 219 3_0_0 EXIST::FUNCTION:

Completed in 157 milliseconds