I caculate MAC in CSEc mocule by CSEC_DRV_GenerateMACAddrMode function as follows,
lyz_0-1661139420064.png
but it compare with the value that caculated by mbedtls Algorithm library as follows,
lyz_1-1661139760113.png
the result is diffent, check failed.
we can caculate the mac by other methods? and, we need add 128 bits datas? like this, as follow
lyz_2-1661140354520.png
and checkking it caculated by CSEC_DRV_GenerateMACAddrMode.