Searched refs:ciphertextBytes (Results 1 – 1 of 1) sorted by relevance
194 uint8_t *ciphertextBytes = reinterpret_cast<uint8_t *>(aCipherText); in Payload() local218 ciphertextBytes[i] = byte ^ mCtrPad[mCtrLength++]; in Payload()222 byte = ciphertextBytes[i] ^ mCtrPad[mCtrLength++]; in Payload()