Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/include/asm/
Dstackprotector.h27 canary = get_random_canary(); in boot_init_stack_canary()
/linux-6.1.9/include/linux/
Drandom.h133 static inline unsigned long get_random_canary(void) in get_random_canary() function
/linux-6.1.9/kernel/
Dfork.c1007 tsk->stack_canary = get_random_canary(); in dup_task_struct()