Searched refs:cipher_text_index (Results 1 – 1 of 1) sorted by relevance
118 size_t cipher_text_index = kIdentityIndex + kIdentityHeaderLength; in Decode() local119 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()