Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares_init.c2467 static void randomize_key(unsigned char* key,int key_data_len) in randomize_key() function
2512 randomize_key(key->state,key_data_len); in init_id_key()
DCHANGES.0464 * 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