Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/ec_wrst/
Dec_wrst_dsa.c57 …uint32_t *pSignC, /*!< [in] Pointer to C-part of the signature (called also R-p… in CalcSignature() argument
129 PkaCopyDataFromPkaReg(pSignC, ordSizeInWords, rC); in CalcSignature()
193 …uint32_t *pSignC, /*!< [in] Pointer to C-part of the signature (called a… in EcWrstDsaSign() argument
260 pSignC, pSignD); in EcWrstDsaSign()
292 … uint32_t *pSignC, /*!< [in] Pointer to C-part of the signature (called also R-part). */ in EcWrstDsaVerify() argument
327 PkaCopyDataIntoPkaReg(EC_VERIFY_REG_C, 1, pSignC, ordSizeInWords); in EcWrstDsaVerify()
Dec_wrst_dsa_verify.c37 … uint32_t *pSignC, /*!< [in] Pointer to C-part of the signature (called also R-part). */ in EcWrstDsaVerify() argument
68 PkaCopyDataIntoPkaReg(EC_VERIFY_REG_C, 1, pSignC, ordSizeInWords); in EcWrstDsaVerify()
Dec_wrst.h90 uint32_t *pSignC,
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ec_wrst/
Dcc_ecdsa_sign.c350 uint32_t *pSignC, *pSignD; in EcdsaSignFinishInt() local
419 pSignC = pMessRepres + orderSizeInWords; in EcdsaSignFinishInt()
420 pSignD = pSignC + orderSizeInWords; in EcdsaSignFinishInt()
462 pSignC, pSignD, pTempBuff); in EcdsaSignFinishInt()
472 pSignC, orderSizeInBytes); in EcdsaSignFinishInt()