Searched refs:cryptAesCmacStep3Param (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
H A D | smp_sc_initiator.c | 194 SMP_CryptAesCmacStep3Param cryptAesCmacStep3Param; in SMP_ScPairJustworkOrNumericMasterStep8() local 195 SMP_ConstituteAesCmacStep3Param(encData, cryptF4Param.output, CRYPT_F4_OUT_LEN, &cryptAesCmacStep3Param); in SMP_ScPairJustworkOrNumericMasterStep8() 196 cryptAesCmacStep3Param.stepA = SMP_SC_PAIR_JUSTWORKORNUMERIC_MASTER_STEP_9; in SMP_ScPairJustworkOrNumericMasterStep8() 197 cryptAesCmacStep3Param.stepB = SMP_SC_PAIR_JUSTWORKORNUMERIC_MASTER_STEP_10; in SMP_ScPairJustworkOrNumericMasterStep8() 198 ret = SMP_CryptographicAesCmacStep3(&cryptAesCmacStep3Param); in SMP_ScPairJustworkOrNumericMasterStep8() 203 (void)memset_s(cryptAesCmacStep3Param.key, CRYPT_AESCMAC_KEY_LEN, 0x00, CRYPT_AESCMAC_KEY_LEN); in SMP_ScPairJustworkOrNumericMasterStep8() 276 SMP_CryptAesCmacStep3Param cryptAesCmacStep3Param; in SMP_ScPairJustworkOrNumericMasterStep11() local 287 SMP_ConstituteAesCmacStep3Param(encData, cryptG2Param.output, CRYPT_G2_OUT_LEN, &cryptAesCmacStep3Param); in SMP_ScPairJustworkOrNumericMasterStep11() 288 cryptAesCmacStep3Param.stepA = SMP_SC_PAIR_JUSTWORKORNUMERIC_MASTER_STEP_12; in SMP_ScPairJustworkOrNumericMasterStep11() 289 cryptAesCmacStep3Param in SMP_ScPairJustworkOrNumericMasterStep11() 499 SMP_CryptAesCmacStep3Param cryptAesCmacStep3Param; SMP_ScPairPasskeyEntryMasterStep8() local 625 SMP_CryptAesCmacStep3Param cryptAesCmacStep3Param; SMP_ScPairPasskeyEntryMasterStep13() local 793 SMP_CryptAesCmacStep3Param cryptAesCmacStep3Param; SMP_ScPairOobMasterStep10() local 924 SMP_CryptAesCmacStep3Param cryptAesCmacStep3Param; SMP_ScPairCommonMasterStep1() local 995 SMP_CryptAesCmacStep3Param cryptAesCmacStep3Param; SMP_ScPairCommonMasterStep4() local 1078 SMP_CryptAesCmacStep3Param cryptAesCmacStep3Param; SMP_ScPairCommonMasterStep7() local 1146 SMP_CryptAesCmacStep3Param cryptAesCmacStep3Param; SMP_ScPairCommonMasterStep10() local 1244 SMP_CryptAesCmacStep3Param cryptAesCmacStep3Param; SMP_ScPairCommonMasterStep14() local [all...] |
H A D | smp_sc_accepter.c | 166 SMP_CryptAesCmacStep3Param cryptAesCmacStep3Param; in SMP_ScPairJustworkOrNumericSlaveStep6() local 167 SMP_ConstituteAesCmacStep3Param(encData, cryptF4Param.output, CRYPT_F4_OUT_LEN, &cryptAesCmacStep3Param); in SMP_ScPairJustworkOrNumericSlaveStep6() 168 cryptAesCmacStep3Param.stepA = SMP_SC_PAIR_JUSTWORKORNUMERIC_SLAVE_STEP_7; in SMP_ScPairJustworkOrNumericSlaveStep6() 169 cryptAesCmacStep3Param.stepB = SMP_SC_PAIR_JUSTWORKORNUMERIC_SLAVE_STEP_8; in SMP_ScPairJustworkOrNumericSlaveStep6() 170 ret = SMP_CryptographicAesCmacStep3(&cryptAesCmacStep3Param); in SMP_ScPairJustworkOrNumericSlaveStep6() 175 (void)memset_s(cryptAesCmacStep3Param.key, CRYPT_AESCMAC_KEY_LEN, 0x00, CRYPT_AESCMAC_KEY_LEN); in SMP_ScPairJustworkOrNumericSlaveStep6() 284 SMP_CryptAesCmacStep3Param cryptAesCmacStep3Param; in SMP_ScPairJustworkOrNumericSlaveStep10() local 285 SMP_ConstituteAesCmacStep3Param(encData, cryptG2Param.output, CRYPT_G2_OUT_LEN, &cryptAesCmacStep3Param); in SMP_ScPairJustworkOrNumericSlaveStep10() 286 cryptAesCmacStep3Param.stepA = SMP_SC_PAIR_JUSTWORKORNUMERIC_SLAVE_STEP_11; in SMP_ScPairJustworkOrNumericSlaveStep10() 287 cryptAesCmacStep3Param in SMP_ScPairJustworkOrNumericSlaveStep10() 554 SMP_CryptAesCmacStep3Param cryptAesCmacStep3Param; SMP_ScPairPasskeyEntrySlaveStep9() local 654 SMP_CryptAesCmacStep3Param cryptAesCmacStep3Param; SMP_ScPairPasskeyEntrySlaveStep13() local 842 SMP_CryptAesCmacStep3Param cryptAesCmacStep3Param; SMP_ScPairOobSlaveStep10() local 998 SMP_CryptAesCmacStep3Param cryptAesCmacStep3Param; SMP_ScPairCommonSlaveStep2() local 1071 SMP_CryptAesCmacStep3Param cryptAesCmacStep3Param; SMP_ScPairCommonSlaveStep5() local 1147 SMP_CryptAesCmacStep3Param cryptAesCmacStep3Param; SMP_ScPairCommonSlaveStep8() local 1217 SMP_CryptAesCmacStep3Param cryptAesCmacStep3Param; SMP_ScPairCommonSlaveStep11() local 1299 SMP_CryptAesCmacStep3Param cryptAesCmacStep3Param; SMP_ScPairCommonSlaveStep14() local [all...] |
Completed in 4 milliseconds