Searched refs:client_rsa_public_key (Results 1 – 1 of 1) sorted by relevance
828 char *client_username = NULL, *client_rsa_public_key = NULL, *server_rsa_private_key = NULL; in iperf_parse_arguments() local1170 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()