Home
last modified time | relevance | path

Searched refs:OBJ_add_sigid (Results 1 – 10 of 10) sorted by relevance

/openssl/doc/man3/
H A DOBJ_nid2obj.pod8 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 Dobj_xref.c147 int OBJ_add_sigid(int signid, int dig_id, int pkey_id) in OBJ_add_sigid() function
/openssl/include/openssl/
H A Dobjects.h176 int OBJ_add_sigid(int signid, int dig_id, int pkey_id);
/openssl/test/
H A Dthreadstest.c1114 || !TEST_true(OBJ_add_sigid(id, NID_sha3_256, NID_rsa))) in test_obj_create_one()
/openssl/util/
H A Dmissingcrypto111.txt815 OBJ_add_sigid(3)
H A Dlibcrypto.num2571 OBJ_add_sigid 2628 3_0_0 EXIST::FUNCTION:
/openssl/crypto/
H A Dprovider_core.c2229 return OBJ_add_sigid(sign_nid, digest_nid, pkey_nid); in core_obj_add_sigid()
/openssl/doc/man7/
H A Dprovider-base.pod289 function L<OBJ_add_sigid(3)>, except that the objects are identified by name
/openssl/ssl/
H A Dt1_lib.c657 OBJ_add_sigid(OBJ_txt2nid(sinf->sigalg_name), in add_provider_sigalgs()
/openssl/
H A DCHANGES.md10713 * New function OBJ_add_sigid() to allow application defined signature OIDs

Completed in 134 milliseconds