Home
last modified time | relevance | path

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 Dsmp_sc_initiator.c27 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 Dsmp_sc_accepter.c27 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 Dsmp_oob.c69 (void)memset_s(encryptParam.key, SMP_ENCRYPT_KEY_LEN, 0x00, SMP_ENCRYPT_KEY_LEN); in SMP_GenerateScOobDataStep1()
H A Dsmp.c52 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 Dsmp_def.h77 #define SMP_ENCRYPT_KEY_LEN 0x10 macro
H A Dsmp_send.c580 uint8_t key[SMP_ENCRYPT_KEY_LEN] = {0x00}; in SMP_EncCmdTimeoutResoRpa()

Completed in 14 milliseconds