Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/
Dcc3xx_drbg_hash.c74 const size_t *hash_inputs_len, in hash_df() argument
103 …for (hash_input_idx = 0; hash_input_idx < hash_inputs_num && hash_inputs_len[hash_input_idx] != 0;… in hash_df()
104 … err = cc3xx_lowlevel_hash_update(hash_inputs[hash_input_idx], hash_inputs_len[hash_input_idx]); in hash_df()