Searched refs:NID_sha (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/crypto/objects/ |
D | obj_xref.h | 25 {NID_shaWithRSAEncryption, NID_sha, NID_rsaEncryption}, 27 {NID_dsaWithSHA, NID_sha, NID_dsa},
|
D | obj_dat.h | 1163 {"SHA", "sha", NID_sha, 5, &so[225]},
|
/third_party/openssl/providers/common/der/ |
D | der_rsa_key.c | 237 case NID_sha##bits: \
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
D | obj_mac.rs | 458 pub const NID_sha: c_int = 41; constant
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | nid.rs | 589 pub const SHA: Nid = Nid(ffi::NID_sha);
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | obj_mac.h | 2088 #define NID_sha 41 macro
|
/third_party/openssl/include/openssl/ |
D | obj_mac.h | 2213 #define NID_sha 41 macro
|