Hello Dan,
thanks for quick response !
I use csec driver from "Csec_Ip.c". I use copy version (not pointer version) of cmac verification function Csec_Ip_VerifyMac(). As can be seen on below printscreen so I want to verify 656/8=82 bytes (just an example).
Vojtech_1-1694153219115.png
From Csec_Ip_VerifyMac() is then called Csec_Ip_StartVerifMACCmd() -> Csec_Ip_WriteCommandHeader()
In Csec_Ip_WriteCommandHeader() is this:
Vojtech_2-1694153379533.png
Definition CSEC_IP_FUNC_FORMAT_COPY (which is 0) is fixed here and I am not able to change it to 1.
"Func form at" equal to 1 is used in pointer version of Csec_Ip_VerifyMacAddrMode():
Vojtech_4-1694153723203.png
But I am not using API call Csec_Ip_VerifyMacAddrMode().
So how should I change "Func form at" equal to 1 if it is internal definition of the "Csec_Ip.c" ?
Thank you
Vojtech