Searched refs:cryptAesCmacZ (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
H A D | smp_sc_initiator.c | 160 uint8_t cryptAesCmacZ[CRYPT_AESCMAC_Z_LEN] = {0x00}; in SMP_ScPairJustworkOrNumericMasterStep7() local 166 (void)memcpy_s(encryptParam.plaintextData, sizeof(encryptParam.plaintextData), cryptAesCmacZ, CRYPT_AESCMAC_Z_LEN); in SMP_ScPairJustworkOrNumericMasterStep7() 247 uint8_t cryptAesCmacZ[CRYPT_AESCMAC_Z_LEN] = {0x00}; in SMP_ScPairJustworkOrNumericMasterStep10() local 251 encryptParam.plaintextData, sizeof(encryptParam.plaintextData), cryptAesCmacZ, CRYPT_AESCMAC_Z_LEN); in SMP_ScPairJustworkOrNumericMasterStep10() 257 encryptParam.plaintextData, sizeof(encryptParam.plaintextData), cryptAesCmacZ, CRYPT_AESCMAC_Z_LEN); in SMP_ScPairJustworkOrNumericMasterStep10() 461 uint8_t cryptAesCmacZ[CRYPT_AESCMAC_Z_LEN] = {0x00}; in SMP_ScPairPasskeyEntryMasterStep7() local 471 (void)memcpy_s(encryptParam.plaintextData, sizeof(encryptParam.plaintextData), cryptAesCmacZ, CRYPT_AESCMAC_Z_LEN); in SMP_ScPairPasskeyEntryMasterStep7() 590 uint8_t cryptAesCmacZ[CRYPT_AESCMAC_Z_LEN] = {0x00}; in SMP_ScPairPasskeyEntryMasterStep12() local 596 (void)memcpy_s(encryptParam.plaintextData, sizeof(encryptParam.plaintextData), cryptAesCmacZ, CRYPT_AESCMAC_Z_LEN); in SMP_ScPairPasskeyEntryMasterStep12() 681 uint8_t cryptAesCmacZ[CRYPT_AESCMAC_Z_LE in SMP_ScPairPasskeyEntryMasterStep15() local 755 uint8_t cryptAesCmacZ[CRYPT_AESCMAC_Z_LEN] = {0x00}; SMP_ScPairOobMasterStep9() local 903 uint8_t cryptAesCmacZ[CRYPT_AESCMAC_Z_LEN] = {0x00}; SMP_ScPairOobMasterStep15() local 970 uint8_t cryptAesCmacZ[CRYPT_AESCMAC_Z_LEN] = {0x00}; SMP_ScPairCommonMasterStep3() local 1043 uint8_t cryptAesCmacZ[CRYPT_AESCMAC_Z_LEN] = {0x00}; SMP_ScPairCommonMasterStep6() local 1117 uint8_t cryptAesCmacZ[CRYPT_AESCMAC_Z_LEN] = {0x00}; SMP_ScPairCommonMasterStep9() local 1221 uint8_t cryptAesCmacZ[CRYPT_AESCMAC_Z_LEN] = {0x00}; SMP_ScPairCommonMasterStep13() local [all...] |
H A D | smp_oob.c | 40 uint8_t cryptAesCmacZ[CRYPT_AESCMAC_Z_LEN] = {0x00}; in SMP_GenerateScOobDataStep1() local 61 (void)memset_s(cryptAesCmacZ, CRYPT_AESCMAC_Z_LEN, 0x00, CRYPT_AESCMAC_Z_LEN); in SMP_GenerateScOobDataStep1() 63 (void)memcpy_s(encryptParam.plaintextData, sizeof(encryptParam.plaintextData), cryptAesCmacZ, CRYPT_AESCMAC_Z_LEN); in SMP_GenerateScOobDataStep1()
|
H A D | smp_sc_accepter.c | 129 uint8_t cryptAesCmacZ[CRYPT_AESCMAC_Z_LEN] = {0x00}; in SMP_ScPairJustworkOrNumericSlaveStep5() local 139 (void)memcpy_s(encryptParam.plaintextData, sizeof(encryptParam.plaintextData), cryptAesCmacZ, CRYPT_AESCMAC_Z_LEN); in SMP_ScPairJustworkOrNumericSlaveStep5() 254 uint8_t cryptAesCmacZ[CRYPT_AESCMAC_Z_LEN] = {0x00}; in SMP_ScPairJustworkOrNumericSlaveStep9() local 256 encryptParam.plaintextData, sizeof(encryptParam.plaintextData), cryptAesCmacZ, CRYPT_AESCMAC_Z_LEN); in SMP_ScPairJustworkOrNumericSlaveStep9() 517 uint8_t cryptAesCmacZ[CRYPT_AESCMAC_Z_LEN] = {0x00}; in SMP_ScPairPasskeyEntrySlaveStep8() local 527 (void)memcpy_s(encryptParam.plaintextData, sizeof(encryptParam.plaintextData), cryptAesCmacZ, CRYPT_AESCMAC_Z_LEN); in SMP_ScPairPasskeyEntrySlaveStep8() 620 uint8_t cryptAesCmacZ[CRYPT_AESCMAC_Z_LEN] = {0x00}; in SMP_ScPairPasskeyEntrySlaveStep12() local 626 (void)memcpy_s(encryptParam.plaintextData, sizeof(encryptParam.plaintextData), cryptAesCmacZ, CRYPT_AESCMAC_Z_LEN); in SMP_ScPairPasskeyEntrySlaveStep12() 971 uint8_t cryptAesCmacZ[CRYPT_AESCMAC_Z_LEN] = {0x00}; in SMP_ScPairCommonSlaveStep1() local 977 (void)memcpy_s(encryptParam.plaintextData, sizeof(encryptParam.plaintextData), cryptAesCmacZ, CRYPT_AESCMAC_Z_LE in SMP_ScPairCommonSlaveStep1() 1038 uint8_t cryptAesCmacZ[CRYPT_AESCMAC_Z_LEN] = {0x00}; SMP_ScPairCommonSlaveStep4() local 1112 uint8_t cryptAesCmacZ[CRYPT_AESCMAC_Z_LEN] = {0x00}; SMP_ScPairCommonSlaveStep7() local 1189 uint8_t cryptAesCmacZ[CRYPT_AESCMAC_Z_LEN] = {0x00}; SMP_ScPairCommonSlaveStep10() local 1280 uint8_t cryptAesCmacZ[CRYPT_AESCMAC_Z_LEN] = {0x00}; SMP_ScPairCommonSlaveStep13() local [all...] |
H A D | smp.c | 778 uint8_t cryptAesCmacZ[CRYPT_AESCMAC_Z_LEN] = {0x00}; in SMP_GenSignTask() local 797 (void)memcpy_s(encryptParam.plaintextData, sizeof(encryptParam.plaintextData), cryptAesCmacZ, CRYPT_AESCMAC_Z_LEN); in SMP_GenSignTask() 1092 uint8_t cryptAesCmacZ[CRYPT_AESCMAC_Z_LEN] = {0x00}; in SMP_AuthReqReplyStepTransMaster() local 1103 encryptParam.plaintextData, sizeof(encryptParam.plaintextData), cryptAesCmacZ, CRYPT_AESCMAC_Z_LEN); in SMP_AuthReqReplyStepTransMaster() 1198 uint8_t cryptAesCmacZ[CRYPT_AESCMAC_Z_LEN] = {0x00}; in SMP_AuthReqReplyNumericSlave() local 1201 encryptParam.plaintextData, sizeof(encryptParam.plaintextData), cryptAesCmacZ, CRYPT_AESCMAC_Z_LEN); in SMP_AuthReqReplyNumericSlave()
|
Completed in 7 milliseconds