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