Searched refs:stepB (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
H A D | smp_tool.h | 58 uint16_t stepB; member 70 uint16_t stepB; member 167 …const SMP_EncData *encData, uint16_t stepA, uint16_t stepB, uint8_t role, SMP_CryptAesCmacStep4Par…
|
H A D | smp_oob.c | 96 cryptAescmacStep3Param.stepB = SMP_GENERATE_SC_OOB_DATA_STEP_4; in SMP_GenerateScOobDataStep2() 125 cryptAesCmacStep4Param.stepB = SMP_GENERATE_SC_OOB_DATA_STEP_4; in SMP_GenerateScOobDataStep3()
|
H A D | smp_sc_accepter.c | 169 cryptAesCmacStep3Param.stepB = SMP_SC_PAIR_JUSTWORKORNUMERIC_SLAVE_STEP_8; in SMP_ScPairJustworkOrNumericSlaveStep6() 287 cryptAesCmacStep3Param.stepB = SMP_SC_PAIR_JUSTWORKORNUMERIC_SLAVE_STEP_12; in SMP_ScPairJustworkOrNumericSlaveStep10() 557 cryptAesCmacStep3Param.stepB = SMP_SC_PAIR_PASSKEYENTRY_SLAVE_STEP_11; in SMP_ScPairPasskeyEntrySlaveStep9() 657 cryptAesCmacStep3Param.stepB = SMP_SC_PAIR_PASSKEYENTRY_SLAVE_STEP_15; in SMP_ScPairPasskeyEntrySlaveStep13() 845 cryptAesCmacStep3Param.stepB = SMP_SC_PAIR_OOB_SLAVE_STEP_12; in SMP_ScPairOobSlaveStep10() 1002 cryptAesCmacStep3Param.stepB = SMP_SC_PAIR_COMMON_SLAVE_STEP_4; in SMP_ScPairCommonSlaveStep2() 1074 cryptAesCmacStep3Param.stepB = SMP_SC_PAIR_COMMON_SLAVE_STEP_7; in SMP_ScPairCommonSlaveStep5() 1150 cryptAesCmacStep3Param.stepB = SMP_SC_PAIR_COMMON_SLAVE_STEP_10; in SMP_ScPairCommonSlaveStep8() 1229 cryptAesCmacStep3Param.stepB = SMP_SC_PAIR_COMMON_SLAVE_STEP_13; in SMP_ScPairCommonSlaveStep11() 1310 cryptAesCmacStep3Param.stepB = SMP_SC_PAIR_COMMON_SLAVE_STEP_16; in SMP_ScPairCommonSlaveStep14()
|
H A D | smp_sc_initiator.c | 197 cryptAesCmacStep3Param.stepB = SMP_SC_PAIR_JUSTWORKORNUMERIC_MASTER_STEP_10; in SMP_ScPairJustworkOrNumericMasterStep8() 289 cryptAesCmacStep3Param.stepB = SMP_SC_PAIR_JUSTWORKORNUMERIC_MASTER_STEP_13; in SMP_ScPairJustworkOrNumericMasterStep11() 502 cryptAesCmacStep3Param.stepB = SMP_SC_PAIR_PASSKEYENTRY_MASTER_STEP_10; in SMP_ScPairPasskeyEntryMasterStep8() 628 cryptAesCmacStep3Param.stepB = SMP_SC_PAIR_PASSKEYENTRY_MASTER_STEP_15; in SMP_ScPairPasskeyEntryMasterStep13() 796 cryptAesCmacStep3Param.stepB = SMP_SC_PAIR_OOB_MASTER_STEP_12; in SMP_ScPairOobMasterStep10() 934 cryptAesCmacStep3Param.stepB = SMP_SC_PAIR_COMMON_MASTER_STEP_3; in SMP_ScPairCommonMasterStep1() 1007 cryptAesCmacStep3Param.stepB = SMP_SC_PAIR_COMMON_MASTER_STEP_6; in SMP_ScPairCommonMasterStep4() 1081 cryptAesCmacStep3Param.stepB = SMP_SC_PAIR_COMMON_MASTER_STEP_9; in SMP_ScPairCommonMasterStep7() 1157 cryptAesCmacStep3Param.stepB = SMP_SC_PAIR_COMMON_MASTER_STEP_12; in SMP_ScPairCommonMasterStep10() 1255 cryptAesCmacStep3Param.stepB = SMP_SC_PAIR_COMMON_MASTER_STEP_16; in SMP_ScPairCommonMasterStep14()
|
H A D | smp_tool.c | 626 LOG_DEBUG("step %04X started.", param->stepB); in SMP_CryptographicAesCmacStep3() 627 ret = SMP_SendLeEncryptCmd(&encryptParam, param->stepB, encCmd, param->isUsingHwAes128); in SMP_CryptographicAesCmacStep3() 636 …const SMP_EncData *encData, uint16_t stepA, uint16_t stepB, uint8_t role, SMP_CryptAesCmacStep4Par… in SMP_ConstituteAesCmacStep4Param() argument 643 param->stepB = stepB; in SMP_ConstituteAesCmacStep4Param() 676 LOG_DEBUG("step %04X started.", param->stepB); in SMP_CryptographicAesCmacStep4() 677 …ret = SMP_SendLeEncryptCmd(&encryptParam, param->stepB, param->pEncCmdData, param->isUsingHwAes128… in SMP_CryptographicAesCmacStep4()
|
H A D | smp.c | 1669 cryptAesCmacstep3Param.stepB = SMP_GENERATE_SIGNATURE_STEP_3; in SMP_GenerateSignatureStep1() 1705 cryptAesCmacStep4Param.stepB = SMP_GENERATE_SIGNATURE_STEP_3; in SMP_GenerateSignatureStep2()
|