Home
last modified time | relevance | path

Searched refs:sha256State (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/mmcau/
Dfsl_mmcau.c445 status_t MMCAU_SHA256_InitializeOutput(uint32_t *sha256State) in MMCAU_SHA256_InitializeOutput() argument
450 if (sha256State != NULL) in MMCAU_SHA256_InitializeOutput()
456 hashStateWork = mmcau_align(sha256State, hashStateAlign, &copyInOut); in MMCAU_SHA256_InitializeOutput()
459 mmcau_memcpy(hashStateAlign, sha256State, MMCAU_SHA256_STATE_SIZE); in MMCAU_SHA256_InitializeOutput()
466 mmcau_memcpy(sha256State, hashStateAlign, MMCAU_SHA256_STATE_SIZE); in MMCAU_SHA256_InitializeOutput()
485 status_t MMCAU_SHA256_HashN(const uint8_t *input, uint32_t numBlocks, uint32_t *sha256State) in MMCAU_SHA256_HashN() argument
487 …return mmcau_hash_API((cau_hash_api_t)cau_sha256_hash_n, input, numBlocks, sha256State, MMCAU_SHA2… in MMCAU_SHA256_HashN()
491 status_t MMCAU_SHA256_Update(const uint8_t *input, uint32_t numBlocks, uint32_t *sha256State) in MMCAU_SHA256_Update() argument
493 …return mmcau_hash_API((cau_hash_api_t)cau_sha256_update, input, numBlocks, sha256State, MMCAU_SHA2… in MMCAU_SHA256_Update()
Dfsl_mmcau.h216 status_t MMCAU_SHA256_InitializeOutput(uint32_t *sha256State);
230 status_t MMCAU_SHA256_HashN(const uint8_t *input, uint32_t numBlocks, uint32_t *sha256State);
246 status_t MMCAU_SHA256_Update(const uint8_t *input, uint32_t numBlocks, uint32_t *sha256State);
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/cau3/
Dfsl_cau3.c1775 static status_t CAU3_Sha256InitializeOutput(CAU3_Type *base, uint32_t *sha256State, cau3_task_done_… in CAU3_Sha256InitializeOutput() argument
1789 base->CC_R[29] = (uint32_t)sha256State; /* pSha256State */ in CAU3_Sha256InitializeOutput()
1820 …CAU3_Type *base, const uint8_t *message, uint32_t numberOfBlocks, uint32_t *sha256State, cau3_task… in CAU3_Sha256Update() argument
1836 base->CC_R[29] = (uint32_t)sha256State; /* pSha256State */ in CAU3_Sha256Update()