Home
last modified time | relevance | path

Searched refs:store_32_le (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/core/tsi/alts/frame_protector/
Dframe_handler.cc39 static void store_32_le(uint32_t value, unsigned char* buffer) { in store_32_le() function
65 store_32_le( in alts_reset_frame_writer()
68 store_32_le(kFrameMessageType, writer->header_buffer + kFrameLengthFieldSize); in alts_reset_frame_writer()
/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_iovec_record_protocol.cc64 static void store_32_le(uint32_t value, unsigned char* buffer) { in store_32_le() function
134 store_32_le(static_cast<uint32_t>(frame_length), header); in write_frame_header()
135 store_32_le(kZeroCopyFrameMessageType, in write_frame_header()