Home
last modified time | relevance | path

Searched defs:pSeed (Results 1 – 7 of 7) sorted by relevance

/trusted-firmware-m-3.7.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()
240 uint8_t *pSeed = (uint8_t*)pTempBuff; in CC_EcEdwKeyPair() local
/trusted-firmware-m-3.7.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
796uint8_t *pSeed, /*!< [in] optional pointer to the seed for domain generation and … in FfcDomainMinCheckInput()
901uint8_t *pSeed, /*!< [in] optional pointer to the seed for domain generation and … in FfcFips186v4GenerateDomain()
996uint8_t *pSeed, /*!< [in] pointer to the seed for domain generation and validation;… in CC_FfcGenerateDomainFromSeed()
1104uint8_t *pSeed, /*!< [in] optional (used on Full Validation mode only), pointer t… in CC_FfcValidateAndImportDomain()
1235uint8_t *pSeed, /*!< [out] pointer to the Seed, used for Domain generation; in CC_FfcExportDomain()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ec_mont/
Dcc_ec_mont.c415const uint8_t *pSeed, /*!< [in] Pointer to the given seed - 32 bytes. */ in CC_EcMontSeedKeyPair()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Decdsa_edwards.c82 uint8_t *pSeed; in mbedtls_ecdsa_genkey_edwards() local
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/ec_edw/
Dec_edw.c52const uint8_t *pSeed, /*!< [in] a pointer to the seed (the size = ec order size) */ in EcEdwSeedKeyPair()
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_rtc_ex.c1954 HAL_StatusTypeDef HAL_RTCEx_SetActiveSeed(RTC_HandleTypeDef *hrtc, uint32_t *pSeed) in HAL_RTCEx_SetActiveSeed()
/trusted-firmware-m-3.7.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()