Searched refs:TSI_INCOMPLETE_DATA (Results 1 – 7 of 7) sorted by relevance
191 return TSI_INCOMPLETE_DATA; in tsi_fake_frame_decode()207 return TSI_INCOMPLETE_DATA; in tsi_fake_frame_decode()227 return TSI_INCOMPLETE_DATA; in tsi_fake_frame_encode()278 if (result == TSI_INCOMPLETE_DATA) { in fake_protector_protect()295 if (result != TSI_INCOMPLETE_DATA) { in fake_protector_protect()304 if (result == TSI_INCOMPLETE_DATA) result = TSI_OK; in fake_protector_protect()314 if (result == TSI_INCOMPLETE_DATA) result = TSI_OK; in fake_protector_protect()335 if (result == TSI_INCOMPLETE_DATA) result = TSI_OK; in fake_protector_protect_flush()362 if (result == TSI_INCOMPLETE_DATA) { in fake_protector_unprotect()375 if (result == TSI_INCOMPLETE_DATA) result = TSI_OK; in fake_protector_unprotect()[all …]
36 TSI_INCOMPLETE_DATA = 4, enumerator
45 case TSI_INCOMPLETE_DATA: in tsi_result_to_string()
1408 return BIO_pending(impl->network_io) == 0 ? TSI_OK : TSI_INCOMPLETE_DATA; in ssl_handshaker_get_bytes_to_send_to_peer()1446 return TSI_INCOMPLETE_DATA; in ssl_handshaker_process_bytes_from_peer()1530 if (status == TSI_INCOMPLETE_DATA) { in ssl_handshaker_next()1535 } while (status == TSI_INCOMPLETE_DATA); in ssl_handshaker_next()
301 if (result == TSI_INCOMPLETE_DATA) { in on_handshake_next_done()384 } while (result == TSI_INCOMPLETE_DATA); in do_handshaker_next()
332 {TSI_INCOMPLETE_DATA, "TSI_INCOMPLETE_DATA"}, in test_result_strings()
292 if (result == TSI_INCOMPLETE_DATA) { in OnHandshakeNextDoneLocked()