Type Alias OSSL_HASH

Source
pub type OSSL_HASH = OSSL_HASH_st;

Aliased Type§

struct OSSL_HASH {
    pub algorithmIdentifier: *mut X509_algor_st,
    pub hashValue: *mut asn1_string_st,
}

Fields§

§algorithmIdentifier: *mut X509_algor_st§hashValue: *mut asn1_string_st