Home
last modified time | relevance | path

Searched refs:HW_PKA_StartP256DHkeyGeneration (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/System/Modules/PKAMGR/Inc/
Dpka_manager.h156 PKAMGR_ResultStatus HW_PKA_StartP256DHkeyGeneration(const uint32_t *secretKey,
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/System/Modules/PKAMGR/Src/
Dpka_manager.c155 return HW_PKA_StartP256DHkeyGeneration(privateKey, (uint32_t *)&PKAStartPoint[0], funcCB); in PKAMGR_StartP256PublicKeyGeneration()
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/Target/
Dbleplat.c91 …return (BLEPLAT_PkaStatusTypeDef)HW_PKA_StartP256DHkeyGeneration(private_key, public_key, (PKAMGR_… in BLEPLAT_PkaStartDHkey()
/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() function