Struct bearssl_sys::br_x509_decoder_context [] [src]

#[repr(C)]
pub struct br_x509_decoder_context { pub pkey: br_x509_pkey, pub cpu: br_x509_decoder_context__bindgen_ty_1, pub dp_stack: [u32; 32], pub rp_stack: [u32; 32], pub err: c_int, pub pad: [c_uchar; 256], pub decoded: c_uchar, pub notbefore_days: u32, pub notbefore_seconds: u32, pub notafter_days: u32, pub notafter_seconds: u32, pub isCA: c_uchar, pub copy_dn: c_uchar, pub append_dn_ctx: *mut c_void, pub append_dn: Option<unsafe extern "C" fn(_: *mut c_void, _: *const c_void, _: usize)>, pub hbuf: *const c_uchar, pub hlen: usize, pub pkey_data: [c_uchar; 520], pub signer_key_type: c_uchar, pub signer_hash_id: c_uchar, }

Fields

Trait Implementations

impl Default for br_x509_decoder_context
[src]

Returns the "default value" for a type. Read more