Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/ec_wrst/
Dec_wrst_dsa.c58uint32_t *pSignD) /*!< [in] Pointer to D-part of the signature (called also S-p… in CalcSignature()
194uint32_t *pSignD, /*!< [in] Pointer to D-part of the signature (called a… in EcWrstDsaSign()
293uint32_t *pSignD) /*!< [in] Pointer to D-part of the signature (called also S-part). */ in EcWrstDsaVerify()
Dec_wrst_dsa_verify.c38uint32_t *pSignD) /*!< [in] Pointer to D-part of the signature (called also S-part). */ in EcWrstDsaVerify()
/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