Type Alias OSSL_ALGORITHM

Source
pub type OSSL_ALGORITHM = ossl_algorithm_st;

Aliased Type§

struct OSSL_ALGORITHM {
    pub algorithm_names: *const i8,
    pub property_definition: *const i8,
    pub implementation: *const ossl_dispatch_st,
    pub algorithm_description: *const i8,
}

Fields§

§algorithm_names: *const i8§property_definition: *const i8§implementation: *const ossl_dispatch_st§algorithm_description: *const i8