Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/
Dcc3xx_drbg_hash.c227 uint32_t hash_output_buffer[SHA256_OUTPUT_SIZE / sizeof(uint32_t)]; in cc3xx_lowlevel_drbg_hash_generate() local
264 cc3xx_lowlevel_hash_finish(hash_output_buffer, SHA256_OUTPUT_SIZE); in cc3xx_lowlevel_drbg_hash_generate()
265 long_acc(state->value_v, (uint8_t *)hash_output_buffer, in cc3xx_lowlevel_drbg_hash_generate()
266 sizeof(state->value_v) - 1, sizeof(hash_output_buffer)); in cc3xx_lowlevel_drbg_hash_generate()
287 cc3xx_lowlevel_hash_finish(hash_output_buffer, SHA256_OUTPUT_SIZE); in cc3xx_lowlevel_drbg_hash_generate()
290 long_acc(state->value_v, (uint8_t *)hash_output_buffer, in cc3xx_lowlevel_drbg_hash_generate()
291 sizeof(state->value_v) - 1, sizeof(hash_output_buffer)); in cc3xx_lowlevel_drbg_hash_generate()