Home
last modified time | relevance | path

Searched refs:TSI_ASYNC (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_tsi_handshaker_test.cc470 nullptr) == TSI_ASYNC); in check_handshaker_next_success()
477 nullptr, on_client_next_success_cb, nullptr) == TSI_ASYNC); in check_handshaker_next_success()
482 nullptr) == TSI_ASYNC); in check_handshaker_next_success()
489 nullptr, on_server_next_success_cb, nullptr) == TSI_ASYNC); in check_handshaker_next_success()
503 nullptr) == TSI_ASYNC); in check_handshaker_next_with_shutdown()
/external/grpc-grpc/src/core/tsi/
Dtransport_security_interface.h45 TSI_ASYNC = 13, enumerator
Dtransport_security.cc63 case TSI_ASYNC: in tsi_result_to_string()
/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dalts_tsi_handshaker.cc283 return TSI_ASYNC; in handshaker_next()
/external/grpc-grpc/src/core/lib/security/transport/
Dsecurity_handshaker.cc304 if (result == TSI_ASYNC) { in do_handshaker_next_locked()
/external/grpc-grpc/test/core/tsi/
Dtransport_security_test_lib.cc377 if (result != TSI_ASYNC) { in do_handshaker_next()