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).

From Csec_Ip_VerifyMac() is then called Csec_Ip_StartVerifMACCmd() -> Csec_Ip_WriteCommandHeader()
In Csec_Ip_WriteCommandHeader() is this:

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():

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