Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/System/Modules/PKAMGR/Inc/
Dpka_manager.h100 typedef void (*PKAMGR_funcCB)(PKAMGR_ResultStatus errorCode, void *args); /*!< Pointer to a PKA ca… typedef
134 PKAMGR_ResultStatus PKAMGR_StartP256PublicKeyGeneration(const uint32_t *privateKey, PKAMGR_funcCB f…
158 PKAMGR_funcCB funcCB);
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/Target/
Dbleplat.c84 …return (BLEPLAT_PkaStatusTypeDef)PKAMGR_StartP256PublicKeyGeneration(private_key, (PKAMGR_funcCB)f… in BLEPLAT_PkaStartP256Key()
91 …T_PkaStatusTypeDef)HW_PKA_StartP256DHkeyGeneration(private_key, public_key, (PKAMGR_funcCB)funcCb); in BLEPLAT_PkaStartDHkey()
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/System/Modules/PKAMGR/Src/
Dpka_manager.c153 PKAMGR_ResultStatus PKAMGR_StartP256PublicKeyGeneration(const uint32_t *privateKey, PKAMGR_funcCB f… in PKAMGR_StartP256PublicKeyGeneration()
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/System/Interfaces/
Dhw_pka.c475 …tartP256DHkeyGeneration(const uint32_t* secretKey, const uint32_t* publicKey, PKAMGR_funcCB funcCB) in HW_PKA_StartP256DHkeyGeneration()