Lines Matching refs:passphrase
204 /* char *passphrase = NULL; */
698 error with receiving the passphrase */
700 (netperf_request.content.request_type == PASSPHRASE) &&
701 (!strcmp(passphrase,
707 netperf_response.content.response_type = PASSPHRASE;
711 "Sorry, unable to match with required passphrase\n");
715 "Unable to match required passphrase. Closing control connection\n");
740 /* if the netserver was started with a passphrase, look for it in
741 the first request to arrive. if there is no passphrase in the
745 if ((passphrase != NULL) && (recv_passphrase()))
971 case PASSPHRASE:
973 fprintf(where,"Ignoring an unexpected passphrase control message\n");
1341 /* only copy as much of the passphrase as could fit in the
1348 if (passphrase == NULL)
1349 passphrase = malloc(sizeof(netperf_request.content.test_specific_data));
1350 strncpy(passphrase,
1353 passphrase[sizeof(netperf_request.content.test_specific_data) - 1] = '\0';