Home
last modified time | relevance | path

Searched refs:CRYPT_AESCMAC_TMP_LEN (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_tool.c489 uint8_t tmp[CRYPT_AESCMAC_TMP_LEN] = {0x00}; in SMP_CryptographicAesCmacStep1()
530 param->n = (param->length + CRYPT_AESCMAC_NUM) / CRYPT_AESCMAC_TMP_LEN; in SMP_CryptographicAesCmacStep2()
536 if ((param->length % CRYPT_AESCMAC_TMP_LEN) == 0x00) { in SMP_CryptographicAesCmacStep2()
544 cryptXor128param.a = &param->input3[CRYPT_AESCMAC_TMP_LEN * (param->n - 0x01)]; in SMP_CryptographicAesCmacStep2()
549 cryptPaddingParam.lastb = &param->input3[CRYPT_AESCMAC_TMP_LEN * (param->n - 0x01)]; in SMP_CryptographicAesCmacStep2()
551 cryptPaddingParam.length = param->length % CRYPT_AESCMAC_TMP_LEN; in SMP_CryptographicAesCmacStep2()
612 cryptXor128param.b = &param->message[CRYPT_AESCMAC_TMP_LEN * encCmd->i]; in SMP_CryptographicAesCmacStep3()
662 cryptXor128param.b = &param->pEncCmdData->M[CRYPT_AESCMAC_TMP_LEN * param->pEncCmdData->i]; in SMP_CryptographicAesCmacStep4()
H A Dsmp_tool.h32 #define CRYPT_AESCMAC_TMP_LEN 16 macro

Completed in 3 milliseconds