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