Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ec_edw/
Dcc_ec_edw.c40 …const uint8_t *pSignSecrKey, /*!< [in] Pointer to the signer secret key (seed || pulKey) */ in CC_EcEdwSign() argument
53 pSignSecrKey == NULL || in CC_EcEdwSign()
76 pSignSecrKey, pEcDomain, pTempBuff); in CC_EcEdwSign()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/cc3x/
Dcc_ec_edw_api.h86 …const uint8_t *pSignSecrKey, /*!< [in] Pointer to the signer secret key (seed || pulKey) */
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/ec_edw/
Dec_edw.h130 … const uint8_t *pSignSecrKey, /*!< [in] - the pointer to the signer secret key, stated as
Dec_edw.c328 … const uint8_t *pSignSecrKey, /*!< [in] - the pointer to the signer secret key, stated as in EcEdwSign() argument
361 (uint8_t*)pSignSecrKey, in EcEdwSign()
476 CC_PalMemCopy(((uint8_t*)pSign+edwSizeBytes), pSignSecrKey+edwSizeBytes, edwSizeBytes); in EcEdwSign()