Searched refs:pSignatureOut (Results 1 – 2 of 2) sorted by relevance
151 #define EcdsaSignFinish(pSignUserContext, pRndContext, pSignatureOut, pSignatureOutSize) \ argument152 EcdsaSignFinishInt((pSignUserContext), (pRndContext), (pSignatureOut), (pSignatureOutSize), 1, NULL)
63 …uint8_t *pSignatureOut, /*!< [in] Pointer to a buffer for output of signa…