Home
last modified time | relevance | path

Searched refs:mxc_encrypt_sequence (Results 1 – 1 of 1) sorted by relevance

/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/FLC/
Dflc_es17.c39 static int mxc_encrypt_sequence(const uint8_t *pt, uint8_t *ct, uint32_t addr, int len);
355 if ((err = mxc_encrypt_sequence((uint8_t *)buffer, (uint8_t *)encrypted_buffer, address, in MXC_FLC_Write_Encrypted()
409 static int mxc_encrypt_sequence(const uint8_t *pt, uint8_t *ct, uint32_t addr, int len) in mxc_encrypt_sequence() function