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/ |
D | ec_wrst_dsa.c | 57 …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()
|
D | ec_wrst_dsa_verify.c | 37 … 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()
|
D | ec_wrst.h | 90 uint32_t *pSignC,
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ec_wrst/ |
D | cc_ecdsa_sign.c | 350 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()
|