Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/secure_storage/src/its/store/
Dzms.c40 #define ITS_CALLER_ID_POS 30 macro
42 BUILD_ASSERT(1 << (32 - ITS_CALLER_ID_POS) >= SECURE_STORAGE_ITS_CALLER_COUNT);
46 if (uid.uid & GENMASK64(63, ITS_CALLER_ID_POS)) { in has_forbidden_bits_set()
48 "the first " STRINGIFY(ITS_CALLER_ID_POS) " ones.", in has_forbidden_bits_set()
57 return (uint32_t)uid.uid | (uid.caller_id << ITS_CALLER_ID_POS); in zms_id_from()