Home
last modified time | relevance | path

Searched refs:TSI_INCOMPLETE_DATA (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/src/core/tsi/
Dfake_transport_security.cc195 return TSI_INCOMPLETE_DATA; in tsi_fake_frame_decode()
211 return TSI_INCOMPLETE_DATA; in tsi_fake_frame_decode()
231 return TSI_INCOMPLETE_DATA; in tsi_fake_frame_encode()
282 if (result == TSI_INCOMPLETE_DATA) { in fake_protector_protect()
299 if (result != TSI_INCOMPLETE_DATA) { in fake_protector_protect()
308 if (result == TSI_INCOMPLETE_DATA) result = TSI_OK; in fake_protector_protect()
318 if (result == TSI_INCOMPLETE_DATA) result = TSI_OK; in fake_protector_protect()
339 if (result == TSI_INCOMPLETE_DATA) result = TSI_OK; in fake_protector_protect_flush()
366 if (result == TSI_INCOMPLETE_DATA) { in fake_protector_unprotect()
379 if (result == TSI_INCOMPLETE_DATA) result = TSI_OK; in fake_protector_unprotect()
[all …]
Dtransport_security_interface.h36 TSI_INCOMPLETE_DATA = 4, enumerator
Dssl_transport_security.cc1182 return BIO_pending(impl->network_io) == 0 ? TSI_OK : TSI_INCOMPLETE_DATA; in ssl_handshaker_get_bytes_to_send_to_peer()
1220 return TSI_INCOMPLETE_DATA; in ssl_handshaker_process_bytes_from_peer()
1274 if (status == TSI_INCOMPLETE_DATA) { in ssl_handshaker_next()
1279 } while (status == TSI_INCOMPLETE_DATA); in ssl_handshaker_next()
Dtransport_security.cc45 case TSI_INCOMPLETE_DATA: in tsi_result_to_string()
/external/grpc-grpc/test/core/tsi/
Dtransport_security_test_lib.cc301 if (result == TSI_INCOMPLETE_DATA) { in on_handshake_next_done()
384 } while (result == TSI_INCOMPLETE_DATA); in do_handshaker_next()
Dtransport_security_test.cc333 {TSI_INCOMPLETE_DATA, "TSI_INCOMPLETE_DATA"}, in test_result_strings()
/external/grpc-grpc/src/core/lib/security/transport/
Dsecurity_handshaker.cc240 if (result == TSI_INCOMPLETE_DATA) { in on_handshake_next_done_locked()