Searched refs:RANDOM_CANARY_VALUE (Results 1 – 7 of 7) sorted by relevance
12 #define RANDOM_CANARY_VALUE ((u_register_t) 3288484550995823360ULL) macro29 return RANDOM_CANARY_VALUE ^ read_cntpct_el0(); in plat_get_stack_protector_canary()
14 #define RANDOM_CANARY_VALUE ((u_register_t) 3288484550995823360ULL) macro21 return RANDOM_CANARY_VALUE ^ read_cntpct_el0(); in plat_get_stack_protector_canary()
12 #define RANDOM_CANARY_VALUE ((u_register_t) 3288484550995823360ULL) macro22 return RANDOM_CANARY_VALUE ^ read_cntpct_el0(); in plat_get_stack_protector_canary()
12 #define RANDOM_CANARY_VALUE 2144346116U macro20 return RANDOM_CANARY_VALUE ^ (u_register_t)read_cntpct_el0(); in plat_get_stack_protector_canary()
13 #define RANDOM_CANARY_VALUE ((u_register_t) 3288484550995823360ULL) macro28 return RANDOM_CANARY_VALUE ^ read_cntpct_el0(); in plat_get_stack_protector_canary()
12 #define RANDOM_CANARY_VALUE ((u_register_t)0xDFF5FC8A720E205EULL) macro24 seed = (cnt ^ RANDOM_CANARY_VALUE) & ULONG_MAX; in plat_get_stack_protector_canary()