Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/crypto/
Dcrypto_RsaContext.h35 class RsaContext : public PublicKeyContextBase
38 RsaContext() : m_pRsaKeyBuf(NULL) {} in RsaContext() function
39 virtual ~RsaContext() {} in ~RsaContext()
234 inline nn::Result RsaContext::Encrypt(void* pDest, size_t destSize, const void* pSrc, size_t srcLen… in Encrypt()
239 inline nn::Result RsaContext::Encrypt(void* pDest, const void* pSrc, size_t length) in Encrypt()
244 inline nn::Result RsaContext::Decrypt(void* pDest, size_t destSize, const void* pSrc, size_t srcLen… in Decrypt()
249 inline nn::Result RsaContext::Decrypt(void* pDest, const void* pSrc, size_t length) in Decrypt()
254 inline nn::Result RsaContext::Sign(void* pDest, size_t destSize, const void* pSrc, size_t srcLength) in Sign()
259 inline nn::Result RsaContext::SignSha256(void* pDest, size_t destSize, const void* pSrc) in SignSha256()