Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/
Dcc3xx_drbg_hash.c168 uint32_t partial_last_block[SHA256_OUTPUT_SIZE / sizeof(uint32_t)]; in hash_gen_process() local
197 p_output_buf = partial_last_block; in hash_gen_process()
213 memcpy(returned_bits, partial_last_block, out_len_bits % (SHA256_OUTPUT_SIZE * 8)); in hash_gen_process()