Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/crypto/BlockCipher/
Dmain.cpp99 …bool DecryptAndVerify(void* pDst, size_t dstSize, const void* pSrc, size_t srcSize, const void* pK… in DecryptAndVerify() function in __anonfa52718e0111::Type1
172 …bool DecryptAndVerify(void* pDst, size_t dstSize, const void* pSrc, size_t srcSize, const void* pK… in DecryptAndVerify() function in __anonfa52718e0111::Type2
183 return nn::crypto::CcmDecryptor::DecryptAndVerify( in DecryptAndVerify()
326 …bool DecryptAndVerify(void* pDst, size_t dstSize, const void* pSrc, size_t srcSize, const void* pK… in DecryptAndVerify() function in __anonfa52718e0111::Type3
446 …bool ok1 = type.DecryptAndVerify(pDecrypted.get(), plainSize, pEncrypted.get(), cipherSize, TEST_K… in Demo()
464 …bool ok2 = type.DecryptAndVerify(pDecrypted.get(), plainSize, pEncrypted.get(), cipherSize, TEST_K… in Demo()