Home
last modified time | relevance | path

Searched refs:HASH_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance

/bsp/hpmicro/libraries/hpm_sdk/drivers/src/
A Dhpm_sdp_drv.c39 #define HASH_BLOCK_SIZE (64U) macro
48 uint32_t words[HASH_BLOCK_SIZE / sizeof(uint32_t)];
49 uint8_t bytes[HASH_BLOCK_SIZE];
784 uint32_t size_to_copy = HASH_BLOCK_SIZE - ctx_internal->blk_size; in sdp_hash_process_message()
790 … status = sdp_hash_internal_update(base, ctx, &ctx_internal->block.bytes[0], HASH_BLOCK_SIZE); in sdp_hash_process_message()
824 uint32_t block_size = HASH_BLOCK_SIZE; in sdp_hash_update()
/bsp/hpmicro/libraries/hpm_sdk/drivers/inc/
A Dhpm_sdp_drv.h114 #define HASH_BLOCK_SIZE (64U) /**< Hash block size in bytes */ macro

Completed in 11 milliseconds