Searched refs:OBJ_create (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.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); 87 OBJ_create() adds a new object to the internal table. I<oid> is the 112 New objects can be added by calling OBJ_create(). 166 int new_nid = OBJ_create("1.2.3.4", "NewOID", "New Object Identifier");
|
| /freebsd-13.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-13.1/crypto/openssl/crypto/asn1/ |
| H A D | asn_moid.c | 95 nid = OBJ_create(ostr, name, ln); in do_create()
|
| /freebsd-13.1/crypto/openssl/crypto/objects/ |
| H A D | obj_dat.c | 685 if (!OBJ_create(o, s, l)) in OBJ_create_objects() 691 int OBJ_create(const char *oid, const char *sn, const char *ln) in OBJ_create() function
|
| /freebsd-13.1/usr.sbin/uefisign/ |
| H A D | uefisign.c | 168 nid = OBJ_create("1.3.6.1.4.1.311.2.1.4", NULL, NULL); in magic()
|
| /freebsd-13.1/crypto/openssl/apps/ |
| H A D | x509.c | 602 OBJ_create("2.99999.3", "SET.ex3", "SET x509v3 extension 3"); in x509_main()
|
| H A D | apps.c | 548 if (OBJ_create(cnf->value, cnf->name, cnf->name) == NID_undef) { in add_oid_section()
|
| /freebsd-13.1/secure/lib/libcrypto/ |
| H A D | Version.map | 1946 OBJ_create;
|
| /freebsd-13.1/crypto/openssl/crypto/err/ |
| H A D | openssl.txt | 834 OBJ_F_OBJ_CREATE:100:OBJ_create
|
| /freebsd-13.1/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 1909 MLINKS+= OBJ_nid2obj.3 OBJ_create.3
|