| H A D | key-management.c | 422 unsigned int nr_keys; 469 static int init_default_key_collection(unsigned int nr_keys, bool randomized) in init_key_in_collection() 473 if (!nr_keys) { in init_key_in_collection() 484 if (nr_keys > 127) in init_default_key_collection() 487 collection.keys = reallocarray(collection.keys, nr_keys, key_sz); in init_default_key_collection() 491 memset(collection.keys, 0, nr_keys * key_sz); in init_default_key_collection() 492 collection.nr_keys = nr_keys; in init_default_key_collection() 493 while (nr_keys--) in init_default_key_collection() 494 init_key_in_collection(nr_keys, randomize in init_default_key_collection() 426 unsigned int nr_keys; global() member 483 init_default_key_collection(unsigned int nr_keys,bool randomized) init_default_key_collection() argument 888 run_client(const char * tst_name,unsigned int port,unsigned int nr_keys,int current_index,int rnext_index,struct tcp_counters * before,const size_t msg_sz,const size_t msg_nr) run_client() argument 933 start_client(const char * tst_name,unsigned int port,unsigned int nr_keys,int current_index,int rnext_index,struct tcp_counters * before,const size_t msg_sz,const size_t msg_nr) start_client() argument 944 end_client(const char * tst_name,int sk,unsigned int nr_keys,int current_index,int rnext_index,struct tcp_counters * start) end_client() argument 1025 client_non_matching(const char * tst_name,unsigned int port,unsigned int nr_keys,int current_index,int rnext_index,const size_t msg_sz,const size_t msg_nr) client_non_matching() argument 1047 check_current_back(const char * tst_name,unsigned int port,unsigned int nr_keys,unsigned int current_index,unsigned int rnext_index,unsigned int rotate_to_index) check_current_back() argument 1081 roll_over_keys(const char * tst_name,unsigned int port,unsigned int nr_keys,unsigned int rotations,unsigned int current_index,unsigned int rnext_index) roll_over_keys() argument 1117 try_client_run(const char * tst_name,unsigned int port,unsigned int nr_keys,int current_index,int rnext_index) try_client_run() argument 1130 try_client_match(const char * tst_name,unsigned int port,unsigned int nr_keys,int current_index,int rnext_index) try_client_match() argument [all...] |