Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/secure_env/
Dencrypted_serializable.cpp202 auto unencrypted_buf_end = unencrypted_buf + unencrypted.size(); in Serialize() local
203 auto next_buf = wrapped_->Serialize(unencrypted_buf, unencrypted_buf_end); in Serialize()