Searched refs:SMP_SendLeEncryptCmd (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
H A D | smp_sc_initiator.c | 168 int ret = SMP_SendLeEncryptCmd( in SMP_ScPairJustworkOrNumericMasterStep7() 253 …ret = SMP_SendLeEncryptCmd(&encryptParam, SMP_SC_PAIR_COMMON_MASTER_STEP_1, NULL, SMP_USING_HW_AES… in SMP_ScPairJustworkOrNumericMasterStep10() 259 ret = SMP_SendLeEncryptCmd( in SMP_ScPairJustworkOrNumericMasterStep10() 474 …SMP_SendLeEncryptCmd(&encryptParam, SMP_SC_PAIR_PASSKEYENTRY_MASTER_STEP_8, NULL, SMP_USING_HW_AES… in SMP_ScPairPasskeyEntryMasterStep7() 599 …SMP_SendLeEncryptCmd(&encryptParam, SMP_SC_PAIR_PASSKEYENTRY_MASTER_STEP_13, NULL, SMP_USING_HW_AE… in SMP_ScPairPasskeyEntryMasterStep12() 760 …ret = SMP_SendLeEncryptCmd(&encryptParam, SMP_SC_PAIR_OOB_MASTER_STEP_10, NULL, SMP_USING_HW_AES12… in SMP_ScPairOobMasterStep9() 910 …int ret = SMP_SendLeEncryptCmd(&encryptParam, SMP_SC_PAIR_COMMON_MASTER_STEP_1, NULL, SMP_USING_HW… in SMP_ScPairOobMasterStep15() 982 …ret = SMP_SendLeEncryptCmd(&encryptParam, SMP_SC_PAIR_COMMON_MASTER_STEP_4, NULL, SMP_USING_HW_AES… in SMP_ScPairCommonMasterStep3() 1055 …ret = SMP_SendLeEncryptCmd(&encryptParam, SMP_SC_PAIR_COMMON_MASTER_STEP_7, NULL, SMP_USING_HW_AES… in SMP_ScPairCommonMasterStep6() 1132 …ret = SMP_SendLeEncryptCmd(&encryptParam, SMP_SC_PAIR_COMMON_MASTER_STEP_10, NULL, SMP_USING_HW_AE… in SMP_ScPairCommonMasterStep9() [all …]
|
H A D | smp_sc_accepter.c | 141 …SMP_SendLeEncryptCmd(&encryptParam, SMP_SC_PAIR_JUSTWORKORNUMERIC_SLAVE_STEP_6, NULL, SMP_USING_HW… in SMP_ScPairJustworkOrNumericSlaveStep5() 258 ret = SMP_SendLeEncryptCmd( in SMP_ScPairJustworkOrNumericSlaveStep9() 529 …SMP_SendLeEncryptCmd(&encryptParam, SMP_SC_PAIR_PASSKEYENTRY_SLAVE_STEP_9, NULL, SMP_USING_HW_AES1… in SMP_ScPairPasskeyEntrySlaveStep8() 629 …SMP_SendLeEncryptCmd(&encryptParam, SMP_SC_PAIR_PASSKEYENTRY_SLAVE_STEP_13, NULL, SMP_USING_HW_AES… in SMP_ScPairPasskeyEntrySlaveStep12() 803 …ret = SMP_SendLeEncryptCmd(&encryptParam, SMP_SC_PAIR_OOB_SLAVE_STEP_10, NULL, SMP_USING_HW_AES128… in SMP_ScPairOobSlaveStep9() 979 …int ret = SMP_SendLeEncryptCmd(&encryptParam, SMP_SC_PAIR_COMMON_SLAVE_STEP_2, NULL, SMP_USING_HW_… in SMP_ScPairCommonSlaveStep1() 1049 …ret = SMP_SendLeEncryptCmd(&encryptParam, SMP_SC_PAIR_COMMON_SLAVE_STEP_5, NULL, SMP_USING_HW_AES1… in SMP_ScPairCommonSlaveStep4() 1124 …ret = SMP_SendLeEncryptCmd(&encryptParam, SMP_SC_PAIR_COMMON_SLAVE_STEP_8, NULL, SMP_USING_HW_AES1… in SMP_ScPairCommonSlaveStep7() 1203 …ret = SMP_SendLeEncryptCmd(&encryptParam, SMP_SC_PAIR_COMMON_SLAVE_STEP_11, NULL, SMP_USING_HW_AES… in SMP_ScPairCommonSlaveStep10() 1284 …ret = SMP_SendLeEncryptCmd(&encryptParam, SMP_SC_PAIR_COMMON_SLAVE_STEP_14, NULL, SMP_USING_HW_AES… in SMP_ScPairCommonSlaveStep13()
|
H A D | smp_send.h | 31 int SMP_SendLeEncryptCmd(
|
H A D | smp_tool.c | 296 int ret = SMP_SendLeEncryptCmd(&encryptParam, step, NULL, SMP_USING_HW_AES128_PAIR); in SMP_CryptographicC1Step1() 340 int ret = SMP_SendLeEncryptCmd(&encryptParam, step, NULL, SMP_USING_HW_AES128_PAIR); in SMP_CryptographicC1Step2() 619 ret = SMP_SendLeEncryptCmd(&encryptParam, param->stepA, encCmd, param->isUsingHwAes128); in SMP_CryptographicAesCmacStep3() 627 ret = SMP_SendLeEncryptCmd(&encryptParam, param->stepB, encCmd, param->isUsingHwAes128); in SMP_CryptographicAesCmacStep3() 669 …ret = SMP_SendLeEncryptCmd(&encryptParam, param->stepA, param->pEncCmdData, param->isUsingHwAes128… in SMP_CryptographicAesCmacStep4() 677 …ret = SMP_SendLeEncryptCmd(&encryptParam, param->stepB, param->pEncCmdData, param->isUsingHwAes128… in SMP_CryptographicAesCmacStep4()
|
H A D | smp_oob.c | 65 …int ret = SMP_SendLeEncryptCmd(&encryptParam, SMP_GENERATE_SC_OOB_DATA_STEP_2, NULL, SMP_USING_HW_… in SMP_GenerateScOobDataStep1()
|
H A D | smp.c | 799 …int ret = SMP_SendLeEncryptCmd(&encryptParam, SMP_GENERATE_SIGNATURE_STEP_1, encCmd, SMP_USING_HW_… in SMP_GenSignTask() 869 …int ret = SMP_SendLeEncryptCmd(&encryptParam, SMP_RESOLVE_RPA_STEP_1, encCmd, SMP_USING_HW_AES128_… in SMP_AsyncResoRpaTask() 920 …int ret = SMP_SendLeEncryptCmd(&encryptParam, SMP_GENERATE_RPA_STEP_1, encCmd, SMP_USING_HW_AES128… in SMP_GenRpaTask() 1105 …ret = SMP_SendLeEncryptCmd(&encryptParam, SMP_SC_PAIR_COMMON_MASTER_STEP_1, NULL, SMP_USING_HW_AES… in SMP_AuthReqReplyStepTransMaster() 1203 …ret = SMP_SendLeEncryptCmd(&encryptParam, SMP_SC_PAIR_COMMON_SLAVE_STEP_2, NULL, SMP_USING_HW_AES1… in SMP_AuthReqReplyNumericSlave()
|
H A D | smp_legacy.c | 225 …ret = SMP_SendLeEncryptCmd(&encryptParam, SMP_LEGACY_PAIR_MASTER_STEP_10, NULL, SMP_USING_HW_AES12… in SMP_LegacyPairMasterStep9() 599 …ret = SMP_SendLeEncryptCmd(&encryptParam, SMP_LEGACY_PAIR_SLAVE_STEP_11, NULL, SMP_USING_HW_AES128… in SMP_LegacyPairSlaveStep10()
|
H A D | smp_send.c | 179 int SMP_SendLeEncryptCmd( in SMP_SendLeEncryptCmd() function
|