Searched refs:dig_nid (Results 1 – 4 of 4) sorted by relevance
/openssl-master/test/ |
A D | algorithmid_test.c | 115 int sig_nid = NID_undef, dig_nid = NID_undef, pkey_nid = NID_undef; in test_x509_sig_aid() local 136 || !TEST_true(OBJ_find_sigid_algs(sig_nid, &dig_nid, &pkey_nid)) in test_x509_sig_aid() 144 OBJ_nid2sn(sig_nid), OBJ_nid2sn(pkey_nid), OBJ_nid2sn(dig_nid)); in test_x509_sig_aid() 154 OBJ_nid2sn(dig_nid), in test_x509_sig_aid() 158 OBJ_nid2sn(pkey_nid), OBJ_nid2sn(dig_nid)); in test_x509_sig_aid()
|
/openssl-master/crypto/objects/ |
A D | obj_xref.c | 101 int OBJ_find_sigid_by_algs(int *psignid, int dig_nid, int pkey_nid) in OBJ_find_sigid_by_algs() argument 108 if (dig_nid == NID_undef || pkey_nid == NID_undef) in OBJ_find_sigid_by_algs() 111 tmp.hash_id = dig_nid; in OBJ_find_sigid_by_algs()
|
/openssl-master/include/openssl/ |
A D | objects.h | 175 int OBJ_find_sigid_by_algs(int *psignid, int dig_nid, int pkey_nid);
|
/openssl-master/crypto/x509/ |
A D | t_x509.c | 327 int pkey_nid, dig_nid; in X509_signature_print() local 329 if (OBJ_find_sigid_algs(sig_nid, &dig_nid, &pkey_nid)) { in X509_signature_print()
|
Completed in 8 milliseconds