Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dsecurity.h1919 int security_key_alloc(struct key *key, const struct cred *cred, unsigned long flags);
1927 static inline int security_key_alloc(struct key *key, in security_key_alloc() function
/openbmc/linux/security/keys/
H A Dkey.c315 ret = security_key_alloc(key, cred, flags); in key_alloc()
/openbmc/linux/security/
H A Dsecurity.c5059 int security_key_alloc(struct key *key, const struct cred *cred, in security_key_alloc() function