Home
last modified time | relevance | path

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

/external/iperf3/src/
Diperf_auth.h32 int test_load_pubkey_from_file(const char *public_keyfile);
Dt_auth.c80 assert(test_load_pubkey_from_file(pubkeyfile) == 0); in main()
Diperf_auth.c209 int test_load_pubkey_from_file(const char *file){ in test_load_pubkey_from_file() function
Diperf_api.c1385 if (test_load_pubkey_from_file(client_rsa_public_key) < 0){ in iperf_parse_arguments()