I am using NXP S32K144 MCU and using Autosar MCAL Crypto Driver.
I want to import AES ECB Key's in Key Slot: KEY_1, but doing so i need to at first load MASTER ECU KEY.
So does in configure Master ECU Key in MCAL Crypto GUI window.

But on using the API() Crypto_KeyElementSet(), i find our that Crypto_Ipw_ImportKey() which is used inside this function for importing the key, have a if else condition :

Now in the case of MASTER ECU KEY ID, it doesnt fall in this if-else... so my master ecu key doesnt get loaded in CSEc SHE Peripheral IP!!!
Because of which am not able to import any key data on key slot's 1 to n.
So is the Crypto driver has bug!?? or is it some wrong at my end??
I basically want to import AES ECB and CBC key's at Key Slot 1 to n, but via Autosar MCAL Crypto Driver. How to do that!????