Home | History | Annotate | Download | only in test

Lines Matching refs:psk

254     fprintf(stderr, "Server PSK hint did not match.\n");
260 config->psk.size() > max_psk_len) {
261 fprintf(stderr, "PSK buffers too small\n");
267 memcpy(out_psk, config->psk.data(), config->psk.size());
268 return config->psk.size();
276 fprintf(stderr, "Client PSK identity did not match.\n");
280 if (config->psk.size() > max_psk_len) {
281 fprintf(stderr, "PSK buffers too small\n");
285 memcpy(out_psk, config->psk.data(), config->psk.size());
286 return config->psk.size();
620 if (!config->psk.empty()) {