nrfxlib API 2.8.99
|
CRYSError_t nrf_cc310_bl_hash_sha256_init | ( | nrf_cc310_bl_hash_context_sha256_t *const | p_hash_context | ) |
#include <crypto/nrf_cc310_bl/include/nrf_cc310_bl_hash_sha256.h>
Function for initializing the SHA-256 context.
[in,out] | p_hash_context | Structure holding context information for the SHA-256 operation. |
CRYS_OK | If call was successful. |
CRYS_HASH_INVALID_USER_CONTEXT_POINTER_ERROR | p_hash_context was NULL. |