Searched refs:HASH_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
39 #define HASH_BLOCK_SIZE (64U) macro48 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()
114 #define HASH_BLOCK_SIZE (64U) /**< Hash block size in bytes */ macro
Completed in 11 milliseconds