Searched refs:OBJ_create (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | OBJ_nid2obj.pod | 8 OBJ_dup, OBJ_txt2obj, OBJ_obj2txt, OBJ_create, OBJ_cleanup 33 int OBJ_create(const char *oid, const char *sn, const char *ln); 85 OBJ_create() adds a new object to the internal table. B<oid> is the 110 New objects can be added by calling OBJ_create(). 157 int new_nid = OBJ_create("1.2.3.4", "NewOID", "New Object Identifier");
|
| /freebsd-12.1/crypto/openssl/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);
|
| /freebsd-12.1/crypto/openssl/crypto/asn1/ |
| H A D | asn_moid.c | 95 nid = OBJ_create(ostr, name, ln); in do_create()
|
| /freebsd-12.1/crypto/openssl/crypto/objects/ |
| H A D | obj_dat.c | 684 if (!OBJ_create(o, s, l)) in OBJ_create_objects() 690 int OBJ_create(const char *oid, const char *sn, const char *ln) in OBJ_create() function
|
| /freebsd-12.1/usr.sbin/uefisign/ |
| H A D | uefisign.c | 169 nid = OBJ_create("1.3.6.1.4.1.311.2.1.4", NULL, NULL); in magic()
|
| /freebsd-12.1/crypto/openssl/apps/ |
| H A D | x509.c | 600 OBJ_create("2.99999.3", "SET.ex3", "SET x509v3 extension 3"); in x509_main()
|
| H A D | apps.c | 542 if (OBJ_create(cnf->value, cnf->name, cnf->name) == NID_undef) { in add_oid_section()
|
| /freebsd-12.1/secure/lib/libcrypto/ |
| H A D | Version.map | 1946 OBJ_create;
|
| H A D | Makefile.man | 1889 MLINKS+= OBJ_nid2obj.3 OBJ_create.3
|
| /freebsd-12.1/crypto/openssl/crypto/err/ |
| H A D | openssl.txt | 833 OBJ_F_OBJ_CREATE:100:OBJ_create
|