Home
last modified time | relevance | path

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

/optee_os/core/kernel/
H A Dthread.c50 static uint32_t start_canary_value = 0xdedede00; variable
136 *canary = start_canary_value; in init_canaries()
184 start_canary_value = canary[0]; in thread_update_canaries()
199 if (*canary != start_canary_value) { in check_stack_canary()