Home
last modified time | relevance | path

Searched defs:bytes_size (Results 1 – 11 of 11) sorted by relevance

/external/grpc-grpc/src/core/tsi/
Dtransport_security.cc133 size_t* bytes_size) { in tsi_handshaker_get_bytes_to_send_to_peer()
147 size_t* bytes_size) { in tsi_handshaker_process_bytes_from_peer()
252 size_t* bytes_size) { in tsi_handshaker_result_get_unused_bytes()
Dfake_transport_security.cc525 size_t* bytes_size) { in fake_handshaker_result_get_unused_bytes()
570 tsi_handshaker* self, unsigned char* bytes, size_t* bytes_size) { in fake_handshaker_get_bytes_to_send_to_peer()
611 tsi_handshaker* self, const unsigned char* bytes, size_t* bytes_size) { in fake_handshaker_process_bytes_from_peer()
Dssl_transport_security.cc1110 size_t* bytes_size) { in ssl_handshaker_result_get_unused_bytes()
1163 tsi_ssl_handshaker* impl, unsigned char* bytes, size_t* bytes_size) { in ssl_handshaker_get_bytes_to_send_to_peer()
1194 tsi_ssl_handshaker* impl, const unsigned char* bytes, size_t* bytes_size) { in ssl_handshaker_process_bytes_from_peer()
/external/grpc-grpc/src/core/tsi/alts/frame_protector/
Dframe_handler.cc73 size_t* bytes_size) { in alts_write_frame_bytes()
155 const unsigned char* bytes, size_t* bytes_size) { in alts_read_frame_bytes()
/external/python/cpython3/Modules/_io/
Dwinconsoleio.c791 DWORD bytes_size, rn; in _io__WindowsConsoleIO_readall_impl() local
854 bytes_size = WideCharToMultiByte(CP_UTF8, 0, buf, len, in _io__WindowsConsoleIO_readall_impl() local
873 bytes_size = WideCharToMultiByte(CP_UTF8, 0, buf, len, in _io__WindowsConsoleIO_readall_impl() local
915 Py_ssize_t bytes_size; in _io__WindowsConsoleIO_read_impl() local
/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_tsi_handshaker_test.cc262 size_t bytes_size = 0; in on_client_next_success_cb() local
299 size_t bytes_size = 0; in on_server_next_success_cb() local
/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dalts_tsi_handshaker.cc162 size_t* bytes_size) { in handshaker_result_get_unused_bytes()
/external/grpc-grpc/test/core/tsi/
Dtransport_security_test_lib.cc94 size_t bytes_size = 0; in check_unused_bytes() local
/external/e2fsprogs/misc/
De4crypt.c155 size_t bytes_size) in hex2byte()
/external/python/cpython3/Modules/
Dzipimport.c1192 Py_ssize_t data_size, file_size, bytes_size; in get_data() local
/external/f2fs-tools/tools/
Df2fscrypt.c202 size_t bytes_size) in hex2byte()