Home
last modified time | relevance | path

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

/optee_os/core/pta/imx/
H A Docotp.c15 uint8_t val[IMX_UID_SIZE] = { }; in chip_uid()
28 if (tee_otp_get_die_id(val, IMX_UID_SIZE)) in chip_uid()
31 memcpy(params[0].memref.buffer, val, IMX_UID_SIZE); in chip_uid()
/optee_os/core/include/drivers/
H A Dimx_ocotp.h12 #define IMX_UID_SIZE sizeof(uint64_t) macro
/optee_os/core/drivers/
H A Dimx_ocotp.c237 size_t max_size_uid = IMX_UID_SIZE; in tee_otp_get_die_id()