Home
last modified time | relevance | path

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

/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/FLC/
Dflc_es17.c412 uint8_t ct_buf[16]; in mxc_encrypt_sequence() local
451 memcpy((void *)(ct_buf), (void *)&MXC_CTB->crypto_dout[0], 16); in mxc_encrypt_sequence()
455 ct[j + i + 0] = ct_buf[i + 0]; in mxc_encrypt_sequence()
456 ct[j + i + 1] = ct_buf[i + 1]; in mxc_encrypt_sequence()
457 ct[j + i + 2] = ct_buf[i + 2]; in mxc_encrypt_sequence()
458 ct[j + i + 3] = ct_buf[i + 3]; in mxc_encrypt_sequence()