Searched refs:hashcrypt_memcpy (Results 1 – 1 of 1) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/hashcrypt/ |
| D | fsl_hashcrypt.c | 27 #define hashcrypt_memcpy memcpy macro 345 (void)hashcrypt_memcpy(output, (const uint8_t *)(uintptr_t)digest, outputSize); in hashcrypt_get_data() 485 (void)hashcrypt_memcpy(temp, (input + 256 * cnt), actSz); in hashcrypt_aes_one_block_unaligned() 503 (void)hashcrypt_memcpy(output + 256 * cnt, (const uint8_t *)(uintptr_t)temp, actSzOrig); in hashcrypt_aes_one_block_unaligned() 658 (void)hashcrypt_memcpy(temp, blk, SHA_BLOCK_SIZE); in hashcrypt_sha_one_block() 706 (void)hashcrypt_memcpy(&ctxInternal->blk.b[ctxInternal->blksz], message, toCopy); in hashcrypt_sha_process_message_data() 785 (void)hashcrypt_memcpy(&ctxInternal->blk.b[0], message, messageSize); in hashcrypt_sha_process_message_data() 810 (void)hashcrypt_memcpy(&lastBlock.b[0], &ctxInternal->blk.b[0], ctxInternal->blksz); in hashcrypt_sha_finalize() 1000 (void)hashcrypt_memcpy((&ctxInternal->blk.b[0]) + ctxInternal->blksz, input, inputSize); in HASHCRYPT_SHA_Update() 1166 …(void)hashcrypt_memcpy((&ctxInternal->blk.b[0]), input + SHA_BLOCK_SIZE * ctxInternal->remainingBl… in HASHCRYPT_SHA_UpdateNonBlocking()
|