Searched refs:SignSha256 (Results 1 – 1 of 1) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/crypto/ |
| D | crypto_RsaContext.h | 184 nn::Result SignSha256(size_t* pSignLength, void* pDest, size_t destSize, const void* pSrc); 186 nn::Result SignSha256(void* pDest, size_t destSize, const void* pSrc); 259 inline nn::Result RsaContext::SignSha256(void* pDest, size_t destSize, const void* pSrc) in SignSha256() function 261 return SignSha256(NULL, pDest, destSize, pSrc); in SignSha256()
|