Searched refs:CRED_MAGIC (Results 1 – 2 of 2) sorted by relevance
42 .magic = CRED_MAGIC,211 new->magic = CRED_MAGIC; in cred_alloc_blank()697 if (cred->magic != CRED_MAGIC) in creds_are_invalid()
124 #define CRED_MAGIC 0x43736564 macro