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 D | smp_sc_accepter.c | 358 (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 D | smp_sc_initiator.c | 1200 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 D | smp_def.h | 69 #define SMP_DHKEY_CHECK_LEN 0x10 macro
|
Completed in 6 milliseconds