Searched refs:stack_st_X509_EXTENSION (Results 1 – 3 of 3) sorted by relevance
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
D | x509.rs | 18 stack!(stack_st_X509_EXTENSION); 78 extensions: *mut stack_st_X509_EXTENSION, 92 pub extensions: *mut stack_st_X509_EXTENSION, 131 pub extensions: *mut stack_st_X509_EXTENSION, 359 pub fn X509_REQ_get_extensions(req: *mut X509_REQ) -> *mut stack_st_X509_EXTENSION; in X509_REQ_get_extensions() argument 363 …X509_REQ_add_extensions(req: *mut X509_REQ, exts: #[const_ptr_if(ossl300)] stack_st_X509_EXTENSION) 409 pub fn X509_REVOKED_get0_extensions(r: *const X509_REVOKED) -> *const stack_st_X509_EXTENSION; in X509_REVOKED_get0_extensions() argument 449 pub fn X509_get0_extensions(req: *const X509) -> *const stack_st_X509_EXTENSION; in X509_get0_extensions() argument 554 pub fn X509v3_get_ext_count(x: *const stack_st_X509_EXTENSION) -> c_int; in X509v3_get_ext_count() 556 x: *const stack_st_X509_EXTENSION, in X509v3_get_ext_by_NID() argument [all …]
|
D | x509v3.rs | 77 x: #[const_ptr_if(any(ossl110, libressl280))] stack_st_X509_EXTENSION, 82 …l280))] c_char, exts: #[const_ptr_if(any(ossl110, libressl280))] stack_st_X509_EXTENSION, flag: c_… 91 x: *mut *mut stack_st_X509_EXTENSION, in X509V3_add1_i2d() argument
|
/third_party/rust/crates/rust-openssl/openssl/src/x509/ |
D | mod.rs | 879 type StackType = ffi::stack_st_X509_EXTENSION;
|