Home | History | Annotate | Download | only in src

Lines Matching refs:passphrase

222 /* what is the passphrase? */
223 char *passphrase = NULL;
240 -Z passphrase Expect passphrase as the first thing received\n\
288 -Z passphrase Set and pass to netserver a passphrase\n";
911 /* only copy as much of the passphrase as could fit in the
918 if (passphrase == NULL)
919 passphrase = malloc(sizeof(netperf_request.content.test_specific_data));
920 strncpy(passphrase,
923 passphrase[sizeof(netperf_request.content.test_specific_data) - 1] = '\0';