Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/crypto/
Dcrypto_RsaContext.h234 …ne nn::Result RsaContext::Encrypt(void* pDest, size_t destSize, const void* pSrc, size_t srcLength) in Encrypt()
244 …ne nn::Result RsaContext::Decrypt(void* pDest, size_t destSize, const void* pSrc, size_t srcLength) in Decrypt()
254 inline nn::Result RsaContext::Sign(void* pDest, size_t destSize, const void* pSrc, size_t srcLength) in Sign()