Home
last modified time | relevance | path

Searched refs:test_load_private_key_from_file (Results 1 – 3 of 3) sorted by relevance

/external/iperf3/src/
Diperf_auth.h33 int test_load_private_key_from_file(const char *private_keyfile);
Diperf_auth.c199 int test_load_private_key_from_file(const char *file){ in test_load_private_key_from_file() function
Diperf_api.c1255 …} else if (test->role == 's' && server_rsa_private_key && test_load_private_key_from_file(server_r… in iperf_parse_arguments()