Home
last modified time | relevance | path

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

/crypto/
Ddrbg.c554 unsigned char *temp_p, *df_data_p; /* pointer to iterate over buffers */ in drbg_ctr_update() local
588 temp_p = temp; in drbg_ctr_update()
591 *temp_p ^= *df_data_p; in drbg_ctr_update()
592 df_data_p++; temp_p++; in drbg_ctr_update()