Home
last modified time | relevance | path

Searched refs:pSecrKeySize (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.c165 …size_t *pSecrKeySize, /*!< [in/out] Pointer to the size of the secret key buffer … in CC_EcEdwSeedKeyPair() argument
179 if (pSeed == NULL || pSecrKey == NULL || pSecrKeySize == NULL || in CC_EcEdwSeedKeyPair()
187 if(*pSecrKeySize < ecEdwSecrKeySizeBytes) { in CC_EcEdwSeedKeyPair()
207 *pSecrKeySize = ecEdwSecrKeySizeBytes; in CC_EcEdwSeedKeyPair()
229 …size_t *pSecrKeySize, /*!< [in/out] Pointer to the size of the secret key in byte… in CC_EcEdwKeyPair() argument
249 if (pSecrKey == NULL || pSecrKeySize == NULL || in CC_EcEdwKeyPair()
262 if(*pSecrKeySize < 2*ecEdwSizeBytes) { in CC_EcEdwKeyPair()
290 *pSecrKeySize = 2*ecEdwSizeBytes; in CC_EcEdwKeyPair()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ec_mont/
Dcc_ec_mont.c236 …size_t *pSecrKeySize, /*!< [in/out] Pointer to the size of buffer for the secret k… in ecMontKeyPairBase() argument
254 if (pSecrKey == NULL || pSecrKeySize == NULL || in ecMontKeyPairBase()
267 if (*pSecrKeySize < ecScalarSizeBytes || in ecMontKeyPairBase()
313 *pSecrKeySize = ecScalarSizeBytes; in ecMontKeyPairBase()
349 …size_t *pSecrKeySize, /*!< [in/out] Pointer to the size of buffer for the secret k… in CC_EcMontKeyPairBase() argument
361 …return ecMontKeyPairBase(pPublKey, pPublKeySize, pSecrKey, pSecrKeySize, pInPoint, pRndContext, pE… in CC_EcMontKeyPairBase()
385 …size_t *pSecrKeySize, /*!< [in/out] Pointer to the size of buffer for the secret k… in CC_EcMontKeyPair() argument
391 …return ecMontKeyPairBase(pPublKey, pPublKeySize, pSecrKey, pSecrKeySize, NULL, pRndContext, pEcMon… in CC_EcMontKeyPair()
411 … size_t *pSecrKeySize, /*!< [in/out] Pointer to the size of the secret key in bytes in CC_EcMontSeedKeyPair() argument
433 if (pSecrKey == NULL || pSecrKeySize == NULL || in CC_EcMontSeedKeyPair()
[all …]
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/cc3x/
Dcc_ec_mont_api.h145 …size_t *pSecrKeySize, /*!< [in/out] Pointer to the size of buffer for the secret k…
173 …size_t *pSecrKeySize, /*!< [in/out] Pointer to the size of buffer for the secret k…
199 … size_t *pSecrKeySize, /*!< [in/out] Pointer to the size of the secret key in bytes
Dcc_ec_edw_api.h130 …size_t *pSecrKeySize, /*!< [in/out] Pointer to the size of the secret key buffer …
149 …size_t *pSecrKeySize, /*!< [in/out] Pointer to the size of the secret key in byte…