Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ec_wrst/
Dcc_ecdsa_sign.c333 … uint32_t isEphemerKeyInternal,/*in*/ in EcdsaSignFinishInt() argument
391 if (isEphemerKeyInternal > 1){ in EcdsaSignFinishInt()
396 if (isEphemerKeyInternal == 0 && pEphemerKeyData == NULL){ in EcdsaSignFinishInt()
461 isEphemerKeyInternal, pEphemerKeyData, in EcdsaSignFinishInt()
Dcc_ecpki_local.h130 …uint32_t isEphemerKeyInternal, /*!< [in] A parameter defining whether the…
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/ec_wrst/
Dec_wrst_dsa.c191 …uint32_t isEphemerKeyInternal, /*!< [in] boolean indicating internal (=1) or external… in EcWrstDsaSign() argument
227 if(isEphemerKeyInternal) { in EcWrstDsaSign()
264 … if(err && (err != ECWRST_DSA_SIGN_BAD_EPHEMER_KEY_TRY_AGAIN_ERROR || !isEphemerKeyInternal)) { in EcWrstDsaSign()
Dec_wrst.h88 uint32_t isEphemerKeyInternal,