Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/ec_edw/
Dec_edw.h147 … const uint8_t *pInSign, /*!< [in] - the pointer to input signature. */
Dec_edw.c666 … const uint8_t *pInSign, /*!< [in] - the pointer to input signature. */ in EcEdwSignVerify() argument
720 … if (pInSign[2*edwSizeBytes - 1] >> ((pEcDomain->ecModSizeInBits % CC_BITS_IN_32BIT_WORD) - 2)) { in EcEdwSignVerify()
734 CC_PalMemCopy((uint8_t*)pSign, pInSign, edwSizeBytes); in EcEdwSignVerify()
812 CC_CommonConvertLsbMsbBytesToLswMswWords(pEdwSignVal, &pInSign[edwSizeBytes], edwSizeBytes); in EcEdwSignVerify()
827 CC_CommonConvertLsbMsbBytesToLswMswWords(pEphPubl, pInSign, edwSizeBytes); in EcEdwSignVerify()