Searched defs:pSign (Results 1 – 5 of 5) sorted by relevance
33 uint8_t *pSign, /*!< [out] Pointer to the detached signature. */ in CC_EcEdwSign()101 const uint8_t *pSign, /*!< [in] Pointer to detached signature, i.e. the in CC_EcEdwVerify()
179 … uint32_t *pSign /* [out] Pointer to the signature output (it is placed as BE bytes in RSA_PSS_Verify()
343 uint32_t *pSign = pEphPriv + edwSizeWords; /*h2 is placed there for hash*/ in EcEdwSign() local682 uint32_t *pSign = (uint32_t*)pEcEdwTempBuff; in EcEdwSignVerify() local
132 …uint32_t *pSign /* [out] Pointer to the signature output (it is placed as BE byt… in SBRT_RSA_PSS_Verify()
54 #define _RSA_PSS_Verify(hwBaseAddress, mHash, pN, pNp, pSign) \ argument