Home
last modified time | relevance | path

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

/external/iperf3/src/
Diperf_api.c828 char *client_username = NULL, *client_rsa_public_key = NULL, *server_rsa_private_key = NULL; in iperf_parse_arguments() local
1170 client_rsa_public_key = strdup(optarg); in iperf_parse_arguments()
1217 if (test->role == 's' && (client_username || client_rsa_public_key)){ in iperf_parse_arguments()
1220 } else if (test->role == 'c' && (client_username || client_rsa_public_key) && in iperf_parse_arguments()
1221 !(client_username && client_rsa_public_key)) { in iperf_parse_arguments()
1224 } else if (test->role == 'c' && (client_username && client_rsa_public_key)){ in iperf_parse_arguments()
1238 if (test_load_pubkey_from_file(client_rsa_public_key) < 0){ in iperf_parse_arguments()
1245 test->settings->client_rsa_pubkey = load_pubkey_from_file(client_rsa_public_key); in iperf_parse_arguments()