Home
last modified time | relevance | path

Searched refs:dig_nid (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/test/
Dalgorithmid_test.c115 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()
/third_party/openssl/crypto/objects/
Dobj_xref.c67 int OBJ_find_sigid_by_algs(int *psignid, int dig_nid, int pkey_nid) in OBJ_find_sigid_by_algs() argument
73 tmp.hash_id = dig_nid; in OBJ_find_sigid_by_algs()
/third_party/openssl/crypto/x509/
Dt_x509.c327 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()
/third_party/openssl/ohos_lite/include/openssl/
Dobjects.h167 int OBJ_find_sigid_by_algs(int *psignid, int dig_nid, int pkey_nid);
/third_party/openssl/include/openssl/
Dobjects.h175 int OBJ_find_sigid_by_algs(int *psignid, int dig_nid, int pkey_nid);