Home
last modified time | relevance | path

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

/optee_os/ta/
H A Duser_ta_header.c54 static bool stack_canary_inited; in _C_FUNCTION() local
57 if (IS_ENABLED(_CFG_TA_STACK_PROTECTOR) && !stack_canary_inited) { in _C_FUNCTION()
69 stack_canary_inited = true; in _C_FUNCTION()