Home
last modified time | relevance | path

Searched refs:NID_dsaWithSHA (Results 1 – 9 of 9) sorted by relevance

/third_party/openssl/crypto/objects/
Dobj_xref.h27 {NID_dsaWithSHA, NID_sha, NID_dsa},
Dobj_dat.h1188 {"DSA-SHA", "dsaWithSHA", NID_dsaWithSHA, 5, &so[374]},
/third_party/openssl/crypto/dsa/
Ddsa_pmeth.c153 EVP_MD_get_type((const EVP_MD *)p2) != NID_dsaWithSHA && in pkey_dsa_ctrl()
/third_party/rust/crates/rust-openssl/openssl-sys/src/
Dobj_mac.rs448 pub const NID_dsaWithSHA: c_int = 66; constant
/third_party/openssl/ohos_lite/include/openssl/
Devp.h47 # define EVP_PKEY_DSA2 NID_dsaWithSHA
Dobj_mac.h2045 #define NID_dsaWithSHA 66 macro
/third_party/rust/crates/rust-openssl/openssl/src/
Dnid.rs579 pub const DSAWITHSHA: Nid = Nid(ffi::NID_dsaWithSHA);
/third_party/openssl/include/openssl/
Devp.h64 # define EVP_PKEY_DSA2 NID_dsaWithSHA
Dobj_mac.h2170 #define NID_dsaWithSHA 66 macro