Home
last modified time | relevance | path

Searched defs:X509V3_CTX (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dtypes.rs455 pub struct X509V3_CTX { struct
456 flags: c_int,
457 issuer_cert: *mut c_void,
458 subject_cert: *mut c_void,
459 subject_req: *mut c_void,
460 crl: *mut c_void,
461 db_meth: *mut c_void,
462 db: *mut c_void,
464 issuer_pkey: *mut c_void,
Dx509v3.rs60 pub fn X509V3_set_nconf(ctx: *mut X509V3_CTX, conf: *mut CONF); in X509V3_set_nconf()
63 ctx: *mut X509V3_CTX, in X509V3_set_ctx()
/third_party/openssl/ohos_lite/include/openssl/
Dossl_typ.h140 typedef struct v3_ext_ctx X509V3_CTX; typedef
/third_party/node/deps/openssl/openssl/include/openssl/
Dtypes.h176 typedef struct v3_ext_ctx X509V3_CTX; typedef
/third_party/openssl/include/openssl/
Dtypes.h176 typedef struct v3_ext_ctx X509V3_CTX; typedef
/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dmod.rs863 pub fn as_ptr(&self) -> *mut ffi::X509V3_CTX { in as_ptr()