Searched refs:test_load_pubkey_from_file (Results 1 – 4 of 4) sorted by relevance
32 int test_load_pubkey_from_file(const char *public_keyfile);
80 assert(test_load_pubkey_from_file(pubkeyfile) == 0); in main()
209 int test_load_pubkey_from_file(const char *file){ in test_load_pubkey_from_file() function
1385 if (test_load_pubkey_from_file(client_rsa_public_key) < 0){ in iperf_parse_arguments()