Home | History | Annotate | Download | only in test

Lines Matching full:handoff

2219     assert(!config->handoff);
2255 if (config->handoff) {
2282 fprintf(stderr, "Handshake failed while waiting for handoff.\n");
2287 bssl::Array<uint8_t> handoff;
2290 !CBBFinishArray(cbb.get(), &handoff)) {
2291 fprintf(stderr, "Handoff serialisation failed.\n");
2300 if (!SSL_apply_handoff(ssl, handoff)) {
2301 fprintf(stderr, "Handoff application failed.\n");
2317 if (config->handoff) {