Home
last modified time | relevance | path

Searched refs:pPublKeySize (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ec_mont/
Dcc_ec_mont.c231 … size_t *pPublKeySize, /*!< [in/out] Pointer to the size of the public key in bytes in ecMontKeyPairBase() argument
255 pPublKey == NULL || pPublKeySize == NULL || in ecMontKeyPairBase()
268 *pPublKeySize < ecScalarSizeBytes) { in ecMontKeyPairBase()
285 *pPublKeySize = ecModSizeBytes; in ecMontKeyPairBase()
292 pPublKeySize, in ecMontKeyPairBase()
303 pPublKeySize, in ecMontKeyPairBase()
344 …size_t *pPublKeySize, /*!< [in/out] Pointer to the size of the public key in bytes. in CC_EcMontKeyPairBase() argument
361 …return ecMontKeyPairBase(pPublKey, pPublKeySize, pSecrKey, pSecrKeySize, pInPoint, pRndContext, pE… in CC_EcMontKeyPairBase()
380 …size_t *pPublKeySize, /*!< [in/out] Pointer to the size of the public key in bytes. in CC_EcMontKeyPair() argument
391 …return ecMontKeyPairBase(pPublKey, pPublKeySize, pSecrKey, pSecrKeySize, NULL, pRndContext, pEcMon… in CC_EcMontKeyPair()
[all …]
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ec_edw/
Dcc_ec_edw.c168 …size_t *pPublKeySize, /*!< [in/out] Pointer to the size of the public key in byte… in CC_EcEdwSeedKeyPair() argument
180 pPublKey == NULL || pPublKeySize == NULL ) { in CC_EcEdwSeedKeyPair()
190 if (*pPublKeySize < ecEdwSizeBytes) { in CC_EcEdwSeedKeyPair()
208 *pPublKeySize = ecEdwSizeBytes; in CC_EcEdwSeedKeyPair()
232 …size_t *pPublKeySize, /*!< [in/out] - Pointer to the size of the public key in by… in CC_EcEdwKeyPair() argument
250 pPublKey == NULL || pPublKeySize == NULL || in CC_EcEdwKeyPair()
265 if (*pPublKeySize < ecEdwSizeBytes) { in CC_EcEdwKeyPair()
291 *pPublKeySize = ecEdwSizeBytes; in CC_EcEdwKeyPair()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/cc3x/
Dcc_ec_mont_api.h140 …size_t *pPublKeySize, /*!< [in/out] Pointer to the size of the public key in bytes.
168 …size_t *pPublKeySize, /*!< [in/out] Pointer to the size of the public key in bytes.
194 … size_t *pPublKeySize, /*!< [in/out] Pointer to the size of the public key in bytes.
Dcc_ec_edw_api.h133 …size_t *pPublKeySize, /*!< [in/out] Pointer to the size of the public key in byte…
152 …size_t *pPublKeySize, /*!< [in/out] - Pointer to the size of the public key in by…
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/
Dcc_ffcdh.c1330 uint32_t *pPrivKeySize, *pPublKeySize; in CC_FfcDhValidateAndImportKeyPair() local
1384 pPublKeySize = &pDhCtx->userStatPublKeySizeBytes; in CC_FfcDhValidateAndImportKeyPair()
1395 pPublKeySize = &pDhCtx->userEphemPublKeySizeBytes; in CC_FfcDhValidateAndImportKeyPair()
1403 CHECK_AND_SET_ERROR((*pPrivKeySize != 0) || (*pPublKeySize != 0), in CC_FfcDhValidateAndImportKeyPair()