Home
last modified time | relevance | path

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

/external/c-ares/
Dares_init.c1687 static void randomize_key(unsigned char* key,int key_data_len) in randomize_key() function
1731 randomize_key(key->state,key_data_len); in init_id_key()
DCHANGES464 * init_id_key() was calling randomize_key() *before* it initialized
465 key->state, meaning that the randomness generated by randomize_key() is
732 Note that the key generation code (in ares_init:randomize_key) has two