Searched refs:dcp_memcpy (Results 1 – 1 of 1) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/dcp/ |
| D | fsl_dcp.c | 26 #define dcp_memcpy memcpy macro 659 (void)dcp_memcpy(handle->iv, (const uint32_t *)(uintptr_t)iv, 16); in DCP_AES_EncryptCbcNonBlocking() 769 (void)dcp_memcpy(handle->iv, (const uint32_t *)(uintptr_t)iv, 16); in DCP_AES_DecryptCbcNonBlocking() 1074 (void)dcp_memcpy(&ctxInternal->blk.b[ctxInternal->blksz], message, toCopy); in dcp_hash_process_message_data() 1100 (void)dcp_memcpy(&ctxInternal->blk.b[0], message, messageSize); in dcp_hash_process_message_data() 1154 (void)dcp_memcpy(ctxInternal->runningHash, srcAddr, sizeof(ctxInternal->runningHash)); in dcp_hash_save_running_hash() 1186 (void)dcp_memcpy(destAddr, ctxInternal->runningHash, sizeof(ctxInternal->runningHash)); in dcp_hash_restore_running_hash() 1283 (void)dcp_memcpy((&ctxInternal->blk.b[0]) + ctxInternal->blksz, input, inputSize); in DCP_HASH_Update() 1382 (void)dcp_memcpy(&output[0], &s_nullSha256, 32); in DCP_HASH_Finish() 1385 (void)dcp_memcpy(&output[0], &s_nullSha1, 20); in DCP_HASH_Finish()
|