Searched refs:user_destroy (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/security/keys/ |
D | user_defined.c | 34 .destroy = user_destroy, 54 .destroy = user_destroy, 162 void user_destroy(struct key *key) in user_destroy() function 169 EXPORT_SYMBOL_GPL(user_destroy);
|
/linux-4.4.14/include/keys/ |
D | user-type.h | 46 extern void user_destroy(struct key *key);
|
/linux-4.4.14/crypto/asymmetric_keys/ |
D | pkcs7_key_type.c | 95 .destroy = user_destroy,
|
/linux-4.4.14/net/dns_resolver/ |
D | dns_key.c | 259 .destroy = user_destroy,
|
/linux-4.4.14/fs/nfs/ |
D | nfs4idmap.c | 182 .destroy = user_destroy, 405 .destroy = user_destroy,
|
/linux-4.4.14/security/selinux/ss/ |
D | policydb.c | 706 static int user_destroy(void *key, void *datum, void *p) in user_destroy() function 749 user_destroy, 1585 user_destroy(key, usrdatum, NULL); in user_read()
|