Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_def.h249 } SMP_GenSignTask_t; typedef
H A Dsmp.c757 SMP_GenSignTask_t *ctx = MEM_MALLOC.alloc(sizeof(SMP_GenSignTask_t)); in SMP_GenerateSignature()
762 (void)memset_s(ctx, sizeof(SMP_GenSignTask_t), 0x00, sizeof(SMP_GenSignTask_t)); in SMP_GenerateSignature()
785 SMP_GenSignTask_t *param = (SMP_GenSignTask_t *)context; in SMP_GenSignTask()