Searched refs:SALT (Results 1 - 3 of 3) 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] = { variable 249 SMP_MemoryReverseCopy(encryptParam.key, SALT, sizeof(encryptParam.key)); in SMP_ScPairJustworkOrNumericMasterStep10() 680 SMP_MemoryReverseCopy(encryptParam.key, SALT, sizeof(encryptParam.key)); in SMP_ScPairPasskeyEntryMasterStep15() 907 SMP_MemoryReverseCopy(encryptParam.key, SALT, sizeof(encryptParam.key)); in SMP_ScPairOobMasterStep15()
|
H A D | smp.c | 52 static const uint8_t SALT[SMP_ENCRYPT_KEY_LEN] = { variable 1101 SMP_MemoryReverseCopy(encryptParam.key, SALT, sizeof(encryptParam.key)); in SMP_AuthReqReplyStepTransMaster() 1199 SMP_MemoryReverseCopy(encryptParam.key, SALT, sizeof(encryptParam.key)); in SMP_AuthReqReplyNumericSlave()
|
H A D | smp_sc_accepter.c | 27 static const uint8_t SALT[SMP_ENCRYPT_KEY_LEN] = { variable 976 SMP_MemoryReverseCopy(encryptParam.key, SALT, sizeof(encryptParam.key)); in SMP_ScPairCommonSlaveStep1()
|
Completed in 8 milliseconds