Home
last modified time | relevance | path

Searched refs:secretKey (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/System/Interfaces/
Dhw_pka.c475 PKAMGR_ResultStatus HW_PKA_StartP256DHkeyGeneration(const uint32_t* secretKey, const uint32_t* publ… in HW_PKA_StartP256DHkeyGeneration() argument
485 bufferSecretKey[i] = secretKey[i]; in HW_PKA_StartP256DHkeyGeneration()
494 … HW_PKA_P256_StartEccScalarMul( secretKey, (uint32_t *)&publicKey[0], (uint32_t *)&publicKey[8] ); in HW_PKA_StartP256DHkeyGeneration()
564 if(HW_PKA_SetData(HW_PKA_DATA_SK, (uint32_t*) secretKey) == ERROR) in HW_PKA_StartP256DHkeyGeneration()
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/System/Modules/PKAMGR/Inc/
Dpka_manager.h156 PKAMGR_ResultStatus HW_PKA_StartP256DHkeyGeneration(const uint32_t *secretKey,