Apache2
apr_crypto_block_key_digest_t Struct Reference

#include <apr_crypto.h>

Data Fields

apr_crypto_block_key_digest_e type
 
int digestsize
 
int blocksize
 

Detailed Description

Structure returned by the crypto_get_block_key_digests() function.

Field Documentation

◆ blocksize

int apr_crypto_block_key_digest_t::blocksize

The block size used with this digest operation

◆ digestsize

int apr_crypto_block_key_digest_t::digestsize

The digest size used with this digest operation

◆ type

apr_crypto_block_key_digest_e apr_crypto_block_key_digest_t::type

The digest used with this crypto operation.


The documentation for this struct was generated from the following file: