Home
last modified time | relevance | path

Searched defs:Encrypt (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-4.2.8-20130828/include/nn/crypto/
Dcrypto_RsaContext.h234 inline nn::Result RsaContext::Encrypt(void* pDest, size_t destSize, const void* pSrc, size_t srcLen… in Encrypt() function
239 inline nn::Result RsaContext::Encrypt(void* pDest, const void* pSrc, size_t length) in Encrypt() function
Dcrypto_Aes.h115 virtual void Encrypt(void* pDst, const void* pSrc) const in Encrypt() function
Dcrypto_CtrEncryptor.h167 static size_t Encrypt(void* pDst, size_t dstSize, const void* pSrc, size_t srcSize, in Encrypt() function