Home
last modified time | relevance | path

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

/openthread-3.7.0/src/core/crypto/
Daes_ccm.cpp194 uint8_t *ciphertextBytes = reinterpret_cast<uint8_t *>(aCipherText); in Payload() local
218 ciphertextBytes[i] = byte ^ mCtrPad[mCtrLength++]; in Payload()
222 byte = ciphertextBytes[i] ^ mCtrPad[mCtrLength++]; in Payload()