Home
last modified time | relevance | path

Searched defs:SMP_DHKEY_CHECK_LEN (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_sc_accepter.c358 (void)memcpy_s(SMP_GetPairMng()->peer.DHKeyCheck, SMP_DHKEY_CHECK_LEN, (uint8_t *)param->data, SMP_DHKEY_CHECK_LEN); in SMP_ScPairJustworkOrNumericSlaveStep13() local
975 (void)memcpy_s(SMP_GetPairMng()->peer.DHKeyCheck, SMP_DHKEY_CHECK_LEN, (uint8_t *)param->data, SMP_DHKEY_CHECK_LEN); in SMP_ScPairCommonSlaveStep1() local
1353 SMP_GetPairMng()->local.DHKeyCheck, SMP_DHKEY_CHECK_LEN, returnParam->encryptedData, SMP_DHKEY_CHECK_LEN); in SMP_ScPairCommonSlaveStep16() local
[all...]
H A Dsmp_sc_initiator.c1200 SMP_DHKEY_CHECK_LEN, in SMP_ScPairCommonMasterStep12() local
1202 SMP_DHKEY_CHECK_LEN); in SMP_ScPairCommonMasterStep12() local
1226 (void)memcpy_s(SMP_GetPairMng()->peer.DHKeyCheck, SMP_DHKEY_CHECK_LEN, (uint8_t *)param->data, SMP_DHKEY_CHECK_LEN); in SMP_ScPairCommonMasterStep13() local
H A Dsmp_def.h69 #define SMP_DHKEY_CHECK_LEN 0x10 macro

Completed in 6 milliseconds