Apache2
|
#include <apr_crypto.h>
Data Fields | |
const unsigned char * | secret |
apr_size_t | secretLen |
apr_crypto_block_key_digest_e | digest |
Structure describing a HMAC key and digest to be generated by the apr_crypto_key() function.
Implementations must use apr_crypto_key_rec_make() to allocate this structure.
apr_crypto_block_key_digest_e apr_crypto_key_hmac_t::digest |
The digest used for the HMAC.
const unsigned char* apr_crypto_key_hmac_t::secret |
The secret used for the HMAC
apr_size_t apr_crypto_key_hmac_t::secretLen |
The length of the secret used for the HMAC