Searched refs:NID_OCSP_sign (Results 1 - 15 of 15) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x509_trust.c | 41 {X509_TRUST_OCSP_SIGN, 0, trust_1oid, "OCSP responder", NID_OCSP_sign,
|
H A D | v3_purp.c | 511 case NID_OCSP_sign: in ossl_x509v3_cache_extensions()
|
/third_party/openssl/crypto/x509/ |
H A D | x509_trust.c | 41 {X509_TRUST_OCSP_SIGN, 0, trust_1oid, "OCSP responder", NID_OCSP_sign,
|
H A D | v3_purp.c | 511 case NID_OCSP_sign: in ossl_x509v3_cache_extensions()
|
/third_party/node/deps/openssl/openssl/crypto/ocsp/ |
H A D | ocsp_vfy.c | 148 if (X509_check_trust(x, NID_OCSP_sign, 0) != X509_TRUST_TRUSTED) { in OCSP_basic_verify()
|
/third_party/openssl/crypto/ocsp/ |
H A D | ocsp_vfy.c | 148 if (X509_check_trust(x, NID_OCSP_sign, 0) != X509_TRUST_TRUSTED) { in OCSP_basic_verify()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | tls_openssl_ocsp.c | 671 if (X509_check_trust(tmp_cert, NID_OCSP_sign, 0) != in check_ocsp_resp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | tls_openssl_ocsp.c | 671 if (X509_check_trust(tmp_cert, NID_OCSP_sign, 0) != in check_ocsp_resp()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
H A D | obj_mac.rs | 352 pub const NID_OCSP_sign: c_int = 180; consts
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | nid.rs | 482 pub const OCSP_SIGN: Nid = Nid(ffi::NID_OCSP_sign);
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | obj_mac.h | 1627 #define NID_OCSP_sign 180 macro
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | obj_mac.h | 1577 #define NID_OCSP_sign 180 macro
|
/third_party/openssl/include/openssl/ |
H A D | obj_mac.h | 1627 #define NID_OCSP_sign 180 macro
|
/third_party/node/deps/openssl/openssl/crypto/objects/ |
H A D | obj_dat.h | 1302 {"OCSPSigning", "OCSP Signing", NID_OCSP_sign, 8, &so[1081]},
|
/third_party/openssl/crypto/objects/ |
H A D | obj_dat.h | 1304 {"OCSPSigning", "OCSP Signing", NID_OCSP_sign, 8, &so[1081]},
|
Completed in 78 milliseconds