Searched refs:NID_server_auth (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/crypto/x509/ |
D | x509_trust.c | 35 {X509_TRUST_SSL_SERVER, 0, trust_1oidany, "SSL Server", NID_server_auth,
|
D | v3_purp.c | 495 case NID_server_auth: in ossl_x509v3_cache_extensions()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
D | obj_mac.rs | 344 pub const NID_server_auth: c_int = 129; constant
|
/third_party/openssl/crypto/objects/ |
D | obj_dat.h | 1251 {"serverAuth", "TLS Web Server Authentication", NID_server_auth, 8, &so[653]},
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | obj_mac.h | 1537 #define NID_server_auth 129 macro
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | nid.rs | 474 pub const SERVER_AUTH: Nid = Nid(ffi::NID_server_auth);
|
/third_party/openssl/include/openssl/ |
D | obj_mac.h | 1587 #define NID_server_auth 129 macro
|