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/ |
D | cc_ec_edw.c | 40 …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/ |
D | cc_ec_edw_api.h | 86 …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/ |
D | ec_edw.h | 130 … const uint8_t *pSignSecrKey, /*!< [in] - the pointer to the signer secret key, stated as
|
D | ec_edw.c | 328 … 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()
|