Home
last modified time | relevance | path

Searched refs:pSeed (Results 1 – 11 of 11) sorted by relevance

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ec_edw/
Dcc_ec_edw.c160 const uint8_t *pSeed, /*!< [in] Pointer to the given seed. */ in CC_EcEdwSeedKeyPair() argument
179 if (pSeed == NULL || pSecrKey == NULL || pSecrKeySize == NULL || in CC_EcEdwSeedKeyPair()
203 pSeed, pEcDomain, (uint32_t*)pTempBuff); in CC_EcEdwSeedKeyPair()
240 uint8_t *pSeed = (uint8_t*)pTempBuff; in CC_EcEdwKeyPair() local
277 err = RndGenerateVectFunc((void *)pRndState, (unsigned char *)pSeed, (size_t)ecEdwSizeBytes); in CC_EcEdwKeyPair()
285 pSeed, pEcDomain, in CC_EcEdwKeyPair()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffc_domain/
Dcc_ffc_domain.c373 uint8_t *pSeed; /*BE bytes array */ in FfcFips186v4FindOrderQ() local
394 pSeed = pDomain->seed; in FfcFips186v4FindOrderQ()
424 CHECK_ERROR(RndGenerateVectFunc(pRndState, pSeed, seedSizeBytes)); in FfcFips186v4FindOrderQ()
427 err = mbedtls_md(md_info, pSeed, seedSizeBytes, (unsigned char *)pHashData); in FfcFips186v4FindOrderQ()
796 …uint8_t *pSeed, /*!< [in] optional pointer to the seed for domain generation and … in FfcDomainMinCheckInput() argument
835 CHECK_AND_SET_ERROR(pSeed != NULL, CC_FFC_DOMAIN_SEED_IS_NOT_REQUIRED_ERROR); in FfcDomainMinCheckInput()
839 CHECK_AND_SET_ERROR(pSeed == NULL, CC_FFC_DOMAIN_INVALID_SEED_PTR_ERROR); in FfcDomainMinCheckInput()
901 …uint8_t *pSeed, /*!< [in] optional pointer to the seed for domain generation and … in FfcFips186v4GenerateDomain() argument
934 pSeed, seedSizeBytes, generateSeed, genCounter, in FfcFips186v4GenerateDomain()
996 …uint8_t *pSeed, /*!< [in] pointer to the seed for domain generation and validation;… in CC_FfcGenerateDomainFromSeed() argument
[all …]
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_ffc_domain.h249 …uint8_t *pSeed, /*!< [in] pointer to the seed for domain generation and validation;…
317 …uint8_t *pSeed, /*!< [in] optional (used on Full Validation mode only), pointer t…
360 …uint8_t *pSeed, /*!< [out] optional, pointer to the Seed, used for Domain generat…
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Decdsa_edwards.c82 uint8_t *pSeed; in mbedtls_ecdsa_genkey_edwards() local
115 pSeed = (uint8_t*)pTempBuff; in mbedtls_ecdsa_genkey_edwards()
121 rc = f_rng((void *)p_rng, (unsigned char *)pSeed, (size_t)ecEdwOrderSizeBytes); in mbedtls_ecdsa_genkey_edwards()
130 pSeed, pDomain, in mbedtls_ecdsa_genkey_edwards()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ec_mont/
Dcc_ec_mont.c415 … const uint8_t *pSeed, /*!< [in] Pointer to the given seed - 32 bytes. */ in CC_EcMontSeedKeyPair() argument
435 pSeed == NULL || pEcMontTempBuff == NULL) { in CC_EcMontSeedKeyPair()
455 CC_PalMemCopy(pScalar, pSeed, seedSize); in CC_EcMontSeedKeyPair()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/cc3x/
Dcc_ec_edw_api.h125 … const uint8_t *pSeed, /*!< [in] Pointer to the given seed. */
Dcc_ec_mont_api.h203 … const uint8_t *pSeed, /*!< [in] Pointer to the given seed - 32 bytes. */
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/ec_edw/
Dec_edw.h45 … const uint8_t *pSeed, /*!< [in] a pointer to the seed (the size = ec order size) */
Dec_edw.c52 …const uint8_t *pSeed, /*!< [in] a pointer to the seed (the size = ec order size) */ in EcEdwSeedKeyPair() argument
106 (uint8_t*)pSeed, in EcEdwSeedKeyPair()
132 CC_PalMemCopy(pSecrKey, pSeed, edwSizeBytes); in EcEdwSeedKeyPair()
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_rtc_ex.c1894 HAL_StatusTypeDef HAL_RTCEx_SetActiveSeed(RTC_HandleTypeDef *hrtc, uint32_t *pSeed) in HAL_RTCEx_SetActiveSeed() argument
1907 WRITE_REG(TAMP->ATSEEDR, pSeed[i]); in HAL_RTCEx_SetActiveSeed()
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_rtc_ex.h1539 HAL_StatusTypeDef HAL_RTCEx_SetActiveSeed(RTC_HandleTypeDef *hrtc, uint32_t *pSeed);