Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/crypto/
Dcrypto_CcmDecryptor.h161 virtual size_t UpdateCdata(void* pDst, size_t dstSize, const void* pSrc, size_t srcSize) in UpdateCdata() function
162 { return m_Impl.UpdateCdata(pDst, dstSize, pSrc, srcSize); } in UpdateCdata()
Dcrypto_AuthenticatedDecryptor.h131 virtual size_t UpdateCdata(void* pDst, size_t dstSize, const void* pSrc, size_t srcSize) = 0;
/CTR-SDK-4.2.5/include/nn/crypto/detail/
Dcrypto_CcmMode.h51 size_t UpdateCdata(void* pDst, size_t dstSize, const void* pSrc, size_t srcSize);