Home
last modified time | relevance | path

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

/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/
Dpresence_decoder_v1.cc118 size_t cipher_text_index = kIdentityIndex + kIdentityHeaderLength; in Decode() local
119 size_t cipher_text_length = data_size - cipher_text_index - kMicLength; in Decode()
120 ByteArray cipher_text(&data[cipher_text_index], cipher_text_length); in Decode()