Searched refs:UpdateCdata (Results 1 – 3 of 3) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/crypto/ |
| D | crypto_CcmDecryptor.h | 161 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()
|
| D | crypto_AuthenticatedDecryptor.h | 131 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/ |
| D | crypto_CcmMode.h | 51 size_t UpdateCdata(void* pDst, size_t dstSize, const void* pSrc, size_t srcSize);
|