|
Apache Portable Runtime
|
#include <apr_crypto.h>
Data Fields | |
| apr_crypto_block_key_digest_e | type |
| int | digestsize |
| int | blocksize |
Structure returned by the crypto_get_block_key_digests() function.
| int apr_crypto_block_key_digest_t::blocksize |
The block size used with this digest operation
| int apr_crypto_block_key_digest_t::digestsize |
The digest size used with this digest operation
| apr_crypto_block_key_digest_e apr_crypto_block_key_digest_t::type |
The digest used with this crypto operation.