Home
last modified time | relevance | path

Searched refs:test_load_pubkey_from_file (Results 1 – 4 of 4) sorted by relevance

/iperf/src/
H A Diperf_auth.h32 int test_load_pubkey_from_file(const char *public_keyfile);
H A Dt_auth.c80 assert(test_load_pubkey_from_file(pubkeyfile) == 0); in main()
H A Diperf_auth.c211 int test_load_pubkey_from_file(const char *file){ in test_load_pubkey_from_file() function
H A Diperf_api.c1610 if (test_load_pubkey_from_file(client_rsa_public_key) < 0){ in iperf_parse_arguments()