struct apr_crypto_hash_t

struct apr_crypto_hash_t {
    // fields

    apr_crypto_hash_init_t* init;
    apr_crypto_hash_add_t* add;
    apr_crypto_hash_finish_t* finish;
    apr_size_t size;
    void* data;
};