Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/crypto/BlockCipher/
Dmain.cpp225 const bit8* pS = reinterpret_cast<const bit8*>(pSrc); in Encrypt() local
230 const size_t out = ctr.Update(pD + offset, dstSize - offset, &pS[i], packetSize); in Encrypt()
260 const bit8* pS = reinterpret_cast<const bit8*>(pSrc); in Decrypt() local
265 const size_t out = ctr.Update(pD + offset, dstSize - offset, &pS[i], packetSize); in Decrypt()
303 const bit8* pS = reinterpret_cast<const bit8*>(pSrc); in EncryptAndGenerate() local
308 … const size_t out = ccm.UpdatePdata(pD + offset, dstSize - offset, &pS[i], packetSize); in EncryptAndGenerate()
344 const bit8* pS = reinterpret_cast<const bit8*>(pSrc); in DecryptAndVerify() local
349 … const size_t out = ccm.UpdateCdata(pD + offset, dstSize - offset, &pS[i], packetSize); in DecryptAndVerify()