Home
last modified time | relevance | path

Searched refs:CRYPT_AESCMAC_KEY_LEN (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_sc_initiator.c203 (void)memset_s(cryptAesCmacStep3Param.key, CRYPT_AESCMAC_KEY_LEN, 0x00, CRYPT_AESCMAC_KEY_LEN); in SMP_ScPairJustworkOrNumericMasterStep8()
295 (void)memset_s(cryptAesCmacStep3Param.key, CRYPT_AESCMAC_KEY_LEN, 0x00, CRYPT_AESCMAC_KEY_LEN); in SMP_ScPairJustworkOrNumericMasterStep11()
508 (void)memset_s(cryptAesCmacStep3Param.key, CRYPT_AESCMAC_KEY_LEN, 0x00, CRYPT_AESCMAC_KEY_LEN); in SMP_ScPairPasskeyEntryMasterStep8()
634 (void)memset_s(cryptAesCmcStep3Param.key, CRYPT_AESCMAC_KEY_LEN, 0x00, CRYPT_AESCMAC_KEY_LEN); in SMP_ScPairPasskeyEntryMasterStep13()
802 (void)memset_s(cryptAesCmacStep3Param.key, CRYPT_AESCMAC_KEY_LEN, 0x00, CRYPT_AESCMAC_KEY_LEN); in SMP_ScPairOobMasterStep10()
[all...]
H A Dsmp_tool.h36 #define CRYPT_AESCMAC_KEY_LEN 16 macro
62 uint8_t key[CRYPT_AESCMAC_KEY_LEN];
H A Dsmp_oob.c102 (void)memset_s(cryptAescmacStep3Param.key, CRYPT_AESCMAC_KEY_LEN, 0x00, CRYPT_AESCMAC_KEY_LEN); in SMP_GenerateScOobDataStep2()
H A Dsmp_sc_accepter.c175 (void)memset_s(cryptAesCmacStep3Param.key, CRYPT_AESCMAC_KEY_LEN, 0x00, CRYPT_AESCMAC_KEY_LEN); in SMP_ScPairJustworkOrNumericSlaveStep6()
293 (void)memset_s(cryptAesCmacStep3Param.key, CRYPT_AESCMAC_KEY_LEN, 0x00, CRYPT_AESCMAC_KEY_LEN); in SMP_ScPairJustworkOrNumericSlaveStep10()
563 (void)memset_s(cryptAesCmacStep3Param.key, CRYPT_AESCMAC_KEY_LEN, 0x00, CRYPT_AESCMAC_KEY_LEN); in SMP_ScPairPasskeyEntrySlaveStep9()
663 (void)memset_s(cryptAesCmacStep3Param.key, CRYPT_AESCMAC_KEY_LEN, 0x00, CRYPT_AESCMAC_KEY_LEN); in SMP_ScPairPasskeyEntrySlaveStep13()
851 (void)memset_s(cryptAesCmacStep3Param.key, CRYPT_AESCMAC_KEY_LEN, 0x00, CRYPT_AESCMAC_KEY_LEN); in SMP_ScPairOobSlaveStep10()
[all...]
H A Dsmp_tool.c578 (void)memcpy_s(param->key, CRYPT_AESCMAC_KEY_LEN, encData->encCmd->key, CRYPT_AESCMAC_KEY_LEN); in SMP_ConstituteAesCmacStep3Param()
616 (void)memcpy_s(encryptParam.key, sizeof(encryptParam.key), param->key, CRYPT_AESCMAC_KEY_LEN); in SMP_CryptographicAesCmacStep3()
624 (void)memcpy_s(encryptParam.key, sizeof(encryptParam.key), param->key, CRYPT_AESCMAC_KEY_LEN); in SMP_CryptographicAesCmacStep3()
666 (void)memcpy_s(encryptParam.key, sizeof(encryptParam.key), param->pEncCmdData->key, CRYPT_AESCMAC_KEY_LEN); in SMP_CryptographicAesCmacStep4()
674 (void)memcpy_s(encryptParam.key, sizeof(encryptParam.key), param->pEncCmdData->key, CRYPT_AESCMAC_KEY_LEN); in SMP_CryptographicAesCmacStep4()
H A Dsmp.c1676 (void)memcpy_s(cryptAesCmacstep3Param.key, CRYPT_AESCMAC_KEY_LEN, pEncCmdData->key, CRYPT_AESCMAC_KEY_LEN); in SMP_GenerateSignatureStep1()
1684 (void)memset_s(cryptAesCmacstep3Param.key, CRYPT_AESCMAC_KEY_LEN, 0x00, CRYPT_AESCMAC_KEY_LEN); in SMP_GenerateSignatureStep1()

Completed in 9 milliseconds