Searched refs:OBJ_create (Results 1 – 16 of 16) sorted by relevance
/freebsd/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 122 New objects can be added by calling OBJ_create(). 176 int new_nid = OBJ_create("1.2.3.4", "NewOID", "New Object Identifier"); 185 Neither OBJ_create() nor OBJ_add_sigid() do any locking and are thus not
|
H A D | OSSL_ALGORITHM.pod | 106 L<OBJ_create(3)> (via the B<core_obj_create> upcall described in
|
/freebsd/crypto/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);
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | asn_moid.c | 99 nid = OBJ_create(ostr, name, ln); in do_create()
|
/freebsd/crypto/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
|
/freebsd/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()
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | openssl-threads.pod | 76 Some API's, such as L<NCONF_load(3)> and related, or L<OBJ_create(3)>
|
H A D | provider-base.pod | 263 function L<OBJ_create(3)> except that it returns 1 on success or 0 on failure.
|
/freebsd/crypto/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 | 4740 nid = OBJ_create("1.3.6.1.4.1.16604.998866.1", "custom-md", "custom-md"); in test_custom_md_meth() 4822 nid = OBJ_create("1.3.6.1.4.1.16604.998866.2", "custom-ciph", "custom-ciph"); in test_custom_ciph_meth()
|
/freebsd/crypto/openssl/apps/ |
H A D | x509.c | 778 OBJ_create("2.99999.3", "SET.ex3", "SET x509v3 extension 3"); in x509_main()
|
/freebsd/crypto/openssl/crypto/ |
H A D | provider_core.c | 2109 || OBJ_create(oid, sn, ln) != NID_undef;
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 1893 OBJ_create;
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | apps.c | 436 if (OBJ_create(cnf->value, cnf->name, cnf->name) == NID_undef) { in add_oid_section()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 2587 MLINKS+= OBJ_nid2obj.3 OBJ_create.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 215 OBJ_create 219 3_0_0 EXIST::FUNCTION:
|