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/ |
D | cc_ec_edw.c | 160 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/ |
D | cc_ffc_domain.c | 373 uint8_t *pSeed; /*BE bytes array */ in FfcFips186v4FindOrderQ() local 796 …uint8_t *pSeed, /*!< [in] optional pointer to the seed for domain generation and … in FfcDomainMinCheckInput() 901 …uint8_t *pSeed, /*!< [in] optional pointer to the seed for domain generation and … in FfcFips186v4GenerateDomain() 996 …uint8_t *pSeed, /*!< [in] pointer to the seed for domain generation and validation;… in CC_FfcGenerateDomainFromSeed() 1104 …uint8_t *pSeed, /*!< [in] optional (used on Full Validation mode only), pointer t… in CC_FfcValidateAndImportDomain() 1235 … uint8_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/ |
D | cc_ec_mont.c | 415 … const 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/ |
D | ecdsa_edwards.c | 82 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/ |
D | ec_edw.c | 52 …const 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/ |
D | stm32h5xx_hal_rtc_ex.c | 1954 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/ |
D | stm32u5xx_hal_rtc_ex.c | 1894 HAL_StatusTypeDef HAL_RTCEx_SetActiveSeed(RTC_HandleTypeDef *hrtc, uint32_t *pSeed) in HAL_RTCEx_SetActiveSeed()
|