Struct openssl_sys::EVP_PKEY
[−]
[src]
pub struct EVP_PKEY { pub type_: c_int, pub save_type: c_int, pub references: c_int, pub ameth: *const c_void, pub engine: *mut ENGINE, pub pkey: *mut c_void, pub save_parameters: c_int, pub attributes: *mut c_void, }
Fields
type_: c_int
save_type: c_int
references: c_int
ameth: *const c_void
engine: *mut ENGINE
pkey: *mut c_void
save_parameters: c_int
attributes: *mut c_void