Searched refs:decrypted_byte_array (Results 1 – 1 of 1) sorted by relevance
123 ByteArray decrypted_byte_array(decryption_output_buffer, cipher_text_length); in Decode() local126 decrypted_byte_array)) { in Decode()130 memcpy(identity, decrypted_byte_array.data, in Decode()153 (int)decrypted_byte_array.length); in Decode()163 for (size_t i = 0; i < decrypted_byte_array.length; i++) { in Decode()164 LOGD_SENSITIVE_INFO("%" PRIi8, decrypted_byte_array.data[i]); in Decode()168 &decrypted_byte_array.data[DataElementHeaderV1::kIdentityLength], in Decode()169 decrypted_byte_array.length - DataElementHeaderV1::kIdentityLength)) { in Decode()