/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ec_mont/ |
D | cc_ec_mont.c | 235 … uint8_t *pSecrKey, /*!< [out] Pointer to the secret key, including. */ in ecMontKeyPairBase() argument 254 if (pSecrKey == NULL || pSecrKeySize == NULL || in ecMontKeyPairBase() 279 (unsigned char *)pSecrKey, in ecMontKeyPairBase() 293 pSecrKey, in ecMontKeyPairBase() 304 pSecrKey, in ecMontKeyPairBase() 321 CC_PalMemSetZero(pSecrKey, ecScalarSizeBytes); in ecMontKeyPairBase() 348 … uint8_t *pSecrKey, /*!< [out] Pointer to the secret key, including. */ in CC_EcMontKeyPairBase() argument 361 …return ecMontKeyPairBase(pPublKey, pPublKeySize, pSecrKey, pSecrKeySize, pInPoint, pRndContext, pE… in CC_EcMontKeyPairBase() 384 … uint8_t *pSecrKey, /*!< [out] Pointer to the secret key, including. */ 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/shared/include/crypto_api/cc3x/ |
D | mbedtls_cc_ecies.h | 43 isSingleHashMode, pSecrKey, secrKeySize, \ argument 47 (isSingleHashMode), NULL, NULL, (pSecrKey), (secrKeySize), \ 102 uint8_t *pSecrKey, 163 uint8_t *pSecrKey,
|
D | cc_ec_mont_api.h | 144 … uint8_t *pSecrKey, /*!< [out] Pointer to the secret key, including. */ 172 … uint8_t *pSecrKey, /*!< [out] Pointer to the secret key, including. */ 198 … uint8_t *pSecrKey, /*!< [out] Pointer to the secret (private) key. */
|
D | cc_ec_edw_api.h | 128 …uint8_t *pSecrKey, /*!< [out] Pointer to the secret key, including the seed, c… 148 …uint8_t *pSecrKey, /*!< [out] Pointer to the secret key (including seed and pu…
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ec_edw/ |
D | cc_ec_edw.c | 163 …uint8_t *pSecrKey, /*!< [out] Pointer to the secret key, including the seed, c… in CC_EcEdwSeedKeyPair() argument 179 if (pSeed == NULL || pSecrKey == NULL || pSecrKeySize == NULL || in CC_EcEdwSeedKeyPair() 202 err = EcEdwSeedKeyPair(pPublKey, pSecrKey, in CC_EcEdwSeedKeyPair() 228 …uint8_t *pSecrKey, /*!< [out] Pointer to the secret key (including seed and pu… in CC_EcEdwKeyPair() argument 249 if (pSecrKey == NULL || pSecrKeySize == NULL || in CC_EcEdwKeyPair() 284 err = EcEdwSeedKeyPair(pPublKey, pSecrKey, in CC_EcEdwKeyPair()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ec_wrst/ |
D | cc_ecies.c | 124 uint8_t *pSecrKey, /*out*/ in EciesKemEncrypt() argument 189 if (pSecrKey == NULL) in EciesKemEncrypt() 287 pSecrKey, in EciesKemEncrypt() 377 uint8_t *pSecrKey, /*out*/ in CC_EciesKemDecrypt() argument 413 if (pSecrKey == NULL) in CC_EciesKemDecrypt() 485 pSecrKey, in CC_EciesKemDecrypt()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/api/ |
D | mbedtls_cc_ecies.c | 172 uint8_t *pSecrKey, in mbedtls_ecies_kem_encrypt_full() argument 223 if (pSecrKey == NULL) in mbedtls_ecies_kem_encrypt_full() 410 pSecrKey, in mbedtls_ecies_kem_encrypt_full() 444 uint8_t *pSecrKey, in mbedtls_ecies_kem_decrypt() argument 482 if (pSecrKey == NULL) in mbedtls_ecies_kem_decrypt() 590 pSecrKey, in mbedtls_ecies_kem_decrypt()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/ec_edw/ |
D | ec_edw.h | 43 … uint8_t *pSecrKey, /*!< [out] a pointer to secret key, stated as concatenation
|
D | ec_edw.c | 50 … uint8_t *pSecrKey, /*!< [out] a pointer to secret key, stated as concatenation in EcEdwSeedKeyPair() argument 132 CC_PalMemCopy(pSecrKey, pSeed, edwSizeBytes); in EcEdwSeedKeyPair() 134 CC_PalMemCopy(pSecrKey + edwSizeBytes, pPublKey, edwSizeBytes); in EcEdwSeedKeyPair()
|