Home
last modified time | relevance | path

Searched refs:stepA (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_tool.h57 uint16_t stepA; member
69 uint16_t stepA; member
167 …const SMP_EncData *encData, uint16_t stepA, uint16_t stepB, uint8_t role, SMP_CryptAesCmacStep4Par…
H A Dsmp_oob.c95 cryptAescmacStep3Param.stepA = SMP_GENERATE_SC_OOB_DATA_STEP_3; in SMP_GenerateScOobDataStep2()
124 cryptAesCmacStep4Param.stepA = SMP_GENERATE_SC_OOB_DATA_STEP_3; in SMP_GenerateScOobDataStep3()
H A Dsmp_sc_accepter.c168 cryptAesCmacStep3Param.stepA = SMP_SC_PAIR_JUSTWORKORNUMERIC_SLAVE_STEP_7; in SMP_ScPairJustworkOrNumericSlaveStep6()
286 cryptAesCmacStep3Param.stepA = SMP_SC_PAIR_JUSTWORKORNUMERIC_SLAVE_STEP_11; in SMP_ScPairJustworkOrNumericSlaveStep10()
556 cryptAesCmacStep3Param.stepA = SMP_SC_PAIR_PASSKEYENTRY_SLAVE_STEP_10; in SMP_ScPairPasskeyEntrySlaveStep9()
656 cryptAesCmacStep3Param.stepA = SMP_SC_PAIR_PASSKEYENTRY_SLAVE_STEP_14; in SMP_ScPairPasskeyEntrySlaveStep13()
844 cryptAesCmacStep3Param.stepA = SMP_SC_PAIR_OOB_SLAVE_STEP_11; in SMP_ScPairOobSlaveStep10()
1001 cryptAesCmacStep3Param.stepA = SMP_SC_PAIR_COMMON_SLAVE_STEP_3; in SMP_ScPairCommonSlaveStep2()
1073 cryptAesCmacStep3Param.stepA = SMP_SC_PAIR_COMMON_SLAVE_STEP_6; in SMP_ScPairCommonSlaveStep5()
1149 cryptAesCmacStep3Param.stepA = SMP_SC_PAIR_COMMON_SLAVE_STEP_9; in SMP_ScPairCommonSlaveStep8()
1228 cryptAesCmacStep3Param.stepA = SMP_SC_PAIR_COMMON_SLAVE_STEP_12; in SMP_ScPairCommonSlaveStep11()
1309 cryptAesCmacStep3Param.stepA = SMP_SC_PAIR_COMMON_SLAVE_STEP_15; in SMP_ScPairCommonSlaveStep14()
H A Dsmp_sc_initiator.c196 cryptAesCmacStep3Param.stepA = SMP_SC_PAIR_JUSTWORKORNUMERIC_MASTER_STEP_9; in SMP_ScPairJustworkOrNumericMasterStep8()
288 cryptAesCmacStep3Param.stepA = SMP_SC_PAIR_JUSTWORKORNUMERIC_MASTER_STEP_12; in SMP_ScPairJustworkOrNumericMasterStep11()
501 cryptAesCmacStep3Param.stepA = SMP_SC_PAIR_PASSKEYENTRY_MASTER_STEP_9; in SMP_ScPairPasskeyEntryMasterStep8()
627 cryptAesCmacStep3Param.stepA = SMP_SC_PAIR_PASSKEYENTRY_MASTER_STEP_14; in SMP_ScPairPasskeyEntryMasterStep13()
795 cryptAesCmacStep3Param.stepA = SMP_SC_PAIR_OOB_MASTER_STEP_11; in SMP_ScPairOobMasterStep10()
933 cryptAesCmacStep3Param.stepA = SMP_SC_PAIR_COMMON_MASTER_STEP_2; in SMP_ScPairCommonMasterStep1()
1006 cryptAesCmacStep3Param.stepA = SMP_SC_PAIR_COMMON_MASTER_STEP_5; in SMP_ScPairCommonMasterStep4()
1080 cryptAesCmacStep3Param.stepA = SMP_SC_PAIR_COMMON_MASTER_STEP_8; in SMP_ScPairCommonMasterStep7()
1156 cryptAesCmacStep3Param.stepA = SMP_SC_PAIR_COMMON_MASTER_STEP_11; in SMP_ScPairCommonMasterStep10()
1254 cryptAesCmacStep3Param.stepA = SMP_SC_PAIR_COMMON_MASTER_STEP_15; in SMP_ScPairCommonMasterStep14()
H A Dsmp_tool.c618 LOG_DEBUG("step %04X started.", param->stepA); in SMP_CryptographicAesCmacStep3()
619 ret = SMP_SendLeEncryptCmd(&encryptParam, param->stepA, 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
642 param->stepA = stepA; in SMP_ConstituteAesCmacStep4Param()
668 LOG_DEBUG("step %04X started.", param->stepA); in SMP_CryptographicAesCmacStep4()
669 …ret = SMP_SendLeEncryptCmd(&encryptParam, param->stepA, param->pEncCmdData, param->isUsingHwAes128… in SMP_CryptographicAesCmacStep4()
H A Dsmp.c1668 cryptAesCmacstep3Param.stepA = SMP_GENERATE_SIGNATURE_STEP_2; in SMP_GenerateSignatureStep1()
1704 cryptAesCmacStep4Param.stepA = SMP_GENERATE_SIGNATURE_STEP_2; in SMP_GenerateSignatureStep2()