Searched refs:CRYPT_AESCMAC_Z_LEN (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
H A D | smp_oob.c | 40 uint8_t cryptAesCmacZ[CRYPT_AESCMAC_Z_LEN] = {0x00}; in SMP_GenerateScOobDataStep1() 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_initiator.c | 160 uint8_t cryptAesCmacZ[CRYPT_AESCMAC_Z_LEN] = {0x00}; in SMP_ScPairJustworkOrNumericMasterStep7() 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() 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() 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() 596 (void)memcpy_s(encryptParam.plaintextData, sizeof(encryptParam.plaintextData), cryptAesCmacZ, CRYPT_AESCMAC_Z_LEN); in SMP_ScPairPasskeyEntryMasterStep12() 681 uint8_t cryptAesCmacZ[CRYPT_AESCMAC_Z_LEN] in SMP_ScPairPasskeyEntryMasterStep15() [all...] |
H A D | smp_sc_accepter.c | 129 uint8_t cryptAesCmacZ[CRYPT_AESCMAC_Z_LEN] = {0x00}; in SMP_ScPairJustworkOrNumericSlaveStep5() 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() 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() 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() 626 (void)memcpy_s(encryptParam.plaintextData, sizeof(encryptParam.plaintextData), cryptAesCmacZ, CRYPT_AESCMAC_Z_LEN); in SMP_ScPairPasskeyEntrySlaveStep12() 801 uint8_t tmpZ[CRYPT_AESCMAC_Z_LEN] = {0x00}; in SMP_ScPairOobSlaveStep9() 971 uint8_t cryptAesCmacZ[CRYPT_AESCMAC_Z_LEN] in SMP_ScPairCommonSlaveStep1() [all...] |
H A D | smp_tool.h | 31 #define CRYPT_AESCMAC_Z_LEN 16 macro
|
H A D | smp.c | 778 uint8_t cryptAesCmacZ[CRYPT_AESCMAC_Z_LEN] = {0x00}; in SMP_GenSignTask() 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() 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() 1201 encryptParam.plaintextData, sizeof(encryptParam.plaintextData), cryptAesCmacZ, CRYPT_AESCMAC_Z_LEN); in SMP_AuthReqReplyNumericSlave()
|
Completed in 14 milliseconds