Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/crypto/
Dcrypto_RsaContext.h170 …nn::Result Sign(size_t* pSignLength, void* pDest, size_t destSize, const void* pSrc, size_t srcLen…
172 …nn::Result Sign(void* pDest, size_t destSize, const void* pSrc, size_t srcLength = SIZE_STRING_LEN…
254 inline nn::Result RsaContext::Sign(void* pDest, size_t destSize, const void* pSrc, size_t srcLength) in Sign() function
256 return Sign(NULL, pDest, destSize, pSrc, srcLength); in Sign()