| 
    Apache Portable Runtime
    
   | 
 
#include <apr_crypto.h>
Data Fields | |
| const unsigned char * | secret | 
| apr_size_t | secretLen | 
| apr_crypto_block_key_digest_e | digest | 
Structure describing a CMAC 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_cmac_t::digest | 
The digest used for the CMAC.
| const unsigned char* apr_crypto_key_cmac_t::secret | 
The secret used for the CMAC
| apr_size_t apr_crypto_key_cmac_t::secretLen | 
The length of the secret used for the CMAC