Searched refs:randomize_key (Results 1 – 2 of 2) sorted by relevance
2467 static void randomize_key(unsigned char* key,int key_data_len) in randomize_key() function2512 randomize_key(key->state,key_data_len); in init_id_key()
464 * init_id_key() was calling randomize_key() *before* it initialized465 key->state, meaning that the randomness generated by randomize_key() is732 Note that the key generation code (in ares_init:randomize_key) has two