Searched refs:SMP_ENCRYPT_KEY_LEN (Results 1 - 6 of 6) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
H A D | smp_sc_initiator.c | 27 static const uint8_t SALT[SMP_ENCRYPT_KEY_LEN] = { 174 (void)memset_s(encryptParam.key, SMP_ENCRYPT_KEY_LEN, 0x00, SMP_ENCRYPT_KEY_LEN); in SMP_ScPairJustworkOrNumericMasterStep7() 267 (void)memset_s(encryptParam.key, SMP_ENCRYPT_KEY_LEN, 0x00, SMP_ENCRYPT_KEY_LEN); in SMP_ScPairJustworkOrNumericMasterStep10() 479 (void)memset_s(encryptParam.key, SMP_ENCRYPT_KEY_LEN, 0x00, SMP_ENCRYPT_KEY_LEN); in SMP_ScPairPasskeyEntryMasterStep7() 604 (void)memset_s(encryptParam.key, SMP_ENCRYPT_KEY_LEN, 0x00, SMP_ENCRYPT_KEY_LEN); in SMP_ScPairPasskeyEntryMasterStep12() 695 (void)memset_s(encryptParam.key, SMP_ENCRYPT_KEY_LEN, in SMP_ScPairPasskeyEntryMasterStep15() [all...] |
H A D | smp_sc_accepter.c | 27 static const uint8_t SALT[SMP_ENCRYPT_KEY_LEN] = { 146 (void)memset_s(encryptParam.key, SMP_ENCRYPT_KEY_LEN, 0x00, SMP_ENCRYPT_KEY_LEN); in SMP_ScPairJustworkOrNumericSlaveStep5() 265 (void)memset_s(encryptParam.key, SMP_ENCRYPT_KEY_LEN, 0x00, SMP_ENCRYPT_KEY_LEN); in SMP_ScPairJustworkOrNumericSlaveStep9() 534 (void)memset_s(encryptParam.key, SMP_ENCRYPT_KEY_LEN, 0x00, SMP_ENCRYPT_KEY_LEN); in SMP_ScPairPasskeyEntrySlaveStep8() 634 (void)memset_s(encryptParam.key, SMP_ENCRYPT_KEY_LEN, 0x00, SMP_ENCRYPT_KEY_LEN); in SMP_ScPairPasskeyEntrySlaveStep12() 822 (void)memset_s(encryptParam.key, SMP_ENCRYPT_KEY_LEN, in SMP_ScPairOobSlaveStep9() [all...] |
H A D | smp_oob.c | 69 (void)memset_s(encryptParam.key, SMP_ENCRYPT_KEY_LEN, 0x00, SMP_ENCRYPT_KEY_LEN); in SMP_GenerateScOobDataStep1()
|
H A D | smp.c | 52 static const uint8_t SALT[SMP_ENCRYPT_KEY_LEN] = { 800 (void)memset_s(encryptParam.key, SMP_ENCRYPT_KEY_LEN, 0x00, SMP_ENCRYPT_KEY_LEN); in SMP_GenSignTask() 870 (void)memset_s(encryptParam.key, SMP_ENCRYPT_KEY_LEN, 0x00, SMP_ENCRYPT_KEY_LEN); in SMP_AsyncResoRpaTask() 921 (void)memset_s(encryptParam.key, SMP_ENCRYPT_KEY_LEN, 0x00, SMP_ENCRYPT_KEY_LEN); in SMP_GenRpaTask() 1121 (void)memset_s(encryptParam.key, SMP_ENCRYPT_KEY_LEN, 0x00, SMP_ENCRYPT_KEY_LEN); in SMP_AuthReqReplyStepTransMaster() 1213 (void)memset_s(encryptParam.key, SMP_ENCRYPT_KEY_LEN, in SMP_AuthReqReplyNumericSlave() [all...] |
H A D | smp_def.h | 77 #define SMP_ENCRYPT_KEY_LEN 0x10 macro
|
H A D | smp_send.c | 580 uint8_t key[SMP_ENCRYPT_KEY_LEN] = {0x00}; in SMP_EncCmdTimeoutResoRpa()
|
Completed in 9 milliseconds