Searched refs:user_destroy (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/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.1.27/include/keys/ |
D | user-type.h | 44 extern void user_destroy(struct key *key);
|
/linux-4.1.27/crypto/asymmetric_keys/ |
D | pkcs7_key_type.c | 79 .destroy = user_destroy,
|
/linux-4.1.27/net/dns_resolver/ |
D | dns_key.c | 257 .destroy = user_destroy,
|
/linux-4.1.27/fs/nfs/ |
D | nfs4idmap.c | 182 .destroy = user_destroy, 405 .destroy = user_destroy,
|
/linux-4.1.27/security/selinux/ss/ |
D | policydb.c | 701 static int user_destroy(void *key, void *datum, void *p) in user_destroy() function 744 user_destroy, 1580 user_destroy(key, usrdatum, NULL); in user_read()
|