CRYSError_t nrf_cc310_bl_hash_sha256_update(nrf_cc310_bl_hash_context_sha256_t *const p_hash_context, uint8_t const *p_src, uint32_t len)
Function for running an update to the SHA-256 hash calculation.
CRYSError_t nrf_cc310_bl_hash_sha256_finalize(nrf_cc310_bl_hash_context_sha256_t *const p_hash_context, nrf_cc310_bl_hash_digest_sha256_t *const p_digest)
Function for finalizing the hash calculation.
uint32_t init_val
Definition nrf_cc310_bl_hash_sha256.h:57
Structure to hold SHA-256 context information.
Definition nrf_cc310_bl_hash_sha256.h:56