Searched refs:OBJ_add_sigid (Results 1 – 10 of 10) sorted by relevance
/openssl/doc/man3/ |
H A D | OBJ_nid2obj.pod | 8 OBJ_dup, OBJ_txt2obj, OBJ_obj2txt, OBJ_create, OBJ_cleanup, OBJ_add_sigid 38 int OBJ_add_sigid(int signid, int dig_id, int pkey_id); 100 OBJ_add_sigid() creates a new composite "Signature Algorithm" that associates a 159 OBJ_add_sigid() returns 1 on success or 0 on error.
|
/openssl/crypto/objects/ |
H A D | obj_xref.c | 147 int OBJ_add_sigid(int signid, int dig_id, int pkey_id) in OBJ_add_sigid() function
|
/openssl/include/openssl/ |
H A D | objects.h | 176 int OBJ_add_sigid(int signid, int dig_id, int pkey_id);
|
/openssl/test/ |
H A D | threadstest.c | 1114 || !TEST_true(OBJ_add_sigid(id, NID_sha3_256, NID_rsa))) in test_obj_create_one()
|
/openssl/util/ |
H A D | missingcrypto111.txt | 815 OBJ_add_sigid(3)
|
H A D | libcrypto.num | 2571 OBJ_add_sigid 2628 3_0_0 EXIST::FUNCTION:
|
/openssl/crypto/ |
H A D | provider_core.c | 2229 return OBJ_add_sigid(sign_nid, digest_nid, pkey_nid); in core_obj_add_sigid()
|
/openssl/doc/man7/ |
H A D | provider-base.pod | 289 function L<OBJ_add_sigid(3)>, except that the objects are identified by name
|
/openssl/ssl/ |
H A D | t1_lib.c | 657 OBJ_add_sigid(OBJ_txt2nid(sinf->sigalg_name), in add_provider_sigalgs()
|
/openssl/ |
H A D | CHANGES.md | 10772 * New function OBJ_add_sigid() to allow application defined signature OIDs
|
Completed in 179 milliseconds