Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/crypto/BlockCipher/
Dmain.cpp69 …void Encrypt(void* pDst, size_t dstSize, const void* pSrc, size_t srcSize, const void* pKey, size_… in Encrypt() function in __anonfa52718e0111::Type1
128 …void Encrypt(void* pDst, size_t dstSize, const void* pSrc, size_t srcSize, const void* pKey, size_… in Encrypt() function in __anonfa52718e0111::Type2
141 … nn::crypto::CtrEncryptor128::Encrypt(pDst, dstSize, pSrc, srcSize, m_Iv, sizeof(m_Iv), aes); in Encrypt()
206 …void Encrypt(void* pDst, size_t dstSize, const void* pSrc, size_t srcSize, const void* pKey, size_… in Encrypt() function in __anonfa52718e0111::Type3
394 … type.Encrypt(pEncrypted.get(), cipherSize, TEST_DATA, plainSize, TEST_KEY, sizeof(TEST_KEY)); in Demo()
/CTR-SDK-4.2.7-SampleDemos/crypto/Rsa/
Dmain.cpp52 result = swRsaPub.Encrypt(&encrypt_size, buf1, len, string, std::strlen(string)); in encrypt_dectypt_test()