Home
last modified time | relevance | path

Searched refs:handoff (Results 1 – 24 of 24) sorted by relevance

/external/autotest/venv/lucifer/cmd/
Djob_aborter.py100 for handoff in handoffs.incomplete():
101 logger.debug('Found handoff: %d', handoff.job_id)
102 if handoff.job_id not in active_leases:
103 logger.debug('Handoff %d is missing active lease', handoff.job_id)
104 job_ids.append(handoff.job_id)
Djob_reporter.py158 handoff = models.JobHandoff.objects.get(job_id=job_id)
159 handoff.completed = True
160 handoff.save()
/external/syslinux/diag/mbr/
DMakefile22 all: handoff.bin
36 handoff.bin: handoff.elf $(mbrdir)/checksize.pl
DREADME3 handoff.bin Show the data that the BIOS/MBR hands off to an MBR/VBR.
/external/boringssl/src/ssl/
Dhandoff.cc58 ssl->handoff = false; in SSL_decline_handoff()
62 bool SSL_apply_handoff(SSL *ssl, Span<const uint8_t> handoff) { in SSL_apply_handoff() argument
67 CBS seq, handoff_cbs(handoff); in SSL_apply_handoff()
DCMakeLists.txt14 handoff.cc
Dssl_lib.cc469 ctx->handoff = on; in SSL_CTX_set_handoff_mode()
743 ssl->handoff = ctx->handoff; in SSL_new()
Dinternal.h2181 bool handoff:1;
2672 bool handoff:1;
Dssl_test.cc3974 Array<uint8_t> handoff; in TEST() local
3977 ASSERT_TRUE(CBBFinishArray(cbb.get(), &handoff)); in TEST()
3980 ASSERT_TRUE(SSL_apply_handoff(handshaker.get(), handoff)); in TEST()
Dhandshake_server.cc444 if (ssl->handoff) { in do_read_client_hello()
/external/boringssl/src/ssl/test/
Dtest_config.h155 bool handoff = false; member
Dbssl_shim.cc2219 assert(!config->handoff); in DoConnection()
2255 if (config->handoff) { in DoExchange()
2287 bssl::Array<uint8_t> handoff; in DoExchange() local
2290 !CBBFinishArray(cbb.get(), &handoff)) { in DoExchange()
2300 if (!SSL_apply_handoff(ssl, handoff)) { in DoExchange()
2317 if (config->handoff) { in DoExchange()
Dtest_config.cc134 { "-handoff", &TestConfig::handoff },
/external/skia/site/dev/sheriffing/
Dtrooper.md43 - Go over the [trooper handoff doc](https://docs.google.com/document/d/1I1tB0Cv2fme4FY0lAF2gYeEbZ_0…
/external/skqp/site/dev/sheriffing/
Dtrooper.md43 - Go over the [trooper handoff doc](https://docs.google.com/document/d/1I1tB0Cv2fme4FY0lAF2gYeEbZ_0…
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
Dwpa_background.sgml76 mode with CBC-MAC) to replace TKIP and optimizations for handoff
/external/syslinux/
DMakefile207 INSTALL_DIAG = diag/mbr/handoff.bin \
DNEWS256 handoff MBR/VBR and geometry display images (Gene Cumm).
512 This unfortunately means that the isohybrid handoff protocol
/external/boringssl/
Deureka.mk246 src/ssl/handoff.cc\
Dsources.bp319 "src/ssl/handoff.cc",
/external/wpa_supplicant_8/hostapd/
DREADME286 to replace TKIP and optimizations for handoff (reduced number of
/external/clang/docs/
DThreadSafetyAnalysis.rst125 underlying implementation (e.g. the Mutex implementation) does the handoff in
/external/boringssl/src/include/openssl/
Dssl.h4502 OPENSSL_EXPORT bool SSL_apply_handoff(SSL *ssl, Span<const uint8_t> handoff);
/external/wpa_supplicant_8/wpa_supplicant/
DREADME249 to replace TKIP and optimizations for handoff (reduced number of