Home
last modified time | relevance | path

Searched defs:pSignC (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/ec_wrst/
Dec_wrst_dsa.c57uint32_t *pSignC, /*!< [in] Pointer to C-part of the signature (called also R-p… in CalcSignature()
193uint32_t *pSignC, /*!< [in] Pointer to C-part of the signature (called a… in EcWrstDsaSign()
292uint32_t *pSignC, /*!< [in] Pointer to C-part of the signature (called also R-part). */ in EcWrstDsaVerify()
Dec_wrst_dsa_verify.c37uint32_t *pSignC, /*!< [in] Pointer to C-part of the signature (called also R-part). */ in EcWrstDsaVerify()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ec_wrst/
Dcc_ecdsa_sign.c350 uint32_t *pSignC, *pSignD; in EcdsaSignFinishInt() local