Apache2
apr_crypto_key_cmac_t Struct Reference

#include <apr_crypto.h>

Data Fields

const unsigned char * secret
 
apr_size_t secretLen
 
apr_crypto_block_key_digest_e digest
 

Detailed Description

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.

Field Documentation

◆ digest

apr_crypto_block_key_digest_e apr_crypto_key_cmac_t::digest

The digest used for the CMAC.

◆ secret

const unsigned char* apr_crypto_key_cmac_t::secret

The secret used for the CMAC

◆ secretLen

apr_size_t apr_crypto_key_cmac_t::secretLen

The length of the secret used for the CMAC


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