nRF5 SDK v17.1.0
Data Fields
nrf_crypto_hmac_info_t Struct Reference

Data Fields

nrf_crypto_hmac_init_fn_t const init_fn
 Pointer to update function for specific backend.
 
nrf_crypto_hmac_update_fn_t const update_fn
 Pointer to update function for specific backend.
 
nrf_crypto_hmac_finalize_fn_t const finalize_fn
 Pointer to finalize function for specific backend.
 
size_t const digest_size
 Size of the digest of the HMAC operation.
 
size_t const context_size
 Size of the context type.
 
nrf_crypto_hmac_type_t const type
 HMAC algorithm type.
 

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

Documentation feedback | Developer Zone | Subscribe | Updated