Searched refs:user_destroy (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/security/keys/ |
D | user_defined.c | 30 .destroy = user_destroy, 50 .destroy = user_destroy, 146 void user_destroy(struct key *key) in user_destroy() function 153 EXPORT_SYMBOL_GPL(user_destroy);
|
/linux-5.19.10/include/keys/ |
D | user-type.h | 42 extern void user_destroy(struct key *key);
|
/linux-5.19.10/crypto/asymmetric_keys/ |
D | pkcs7_key_type.c | 76 .destroy = user_destroy,
|
/linux-5.19.10/net/dns_resolver/ |
D | dns_key.c | 323 .destroy = user_destroy,
|
/linux-5.19.10/fs/nfs/ |
D | nfs4idmap.c | 192 .destroy = user_destroy, 417 .destroy = user_destroy,
|
/linux-5.19.10/security/selinux/ss/ |
D | policydb.c | 277 static int user_destroy(void *key, void *datum, void *p) in user_destroy() function 320 user_destroy, 1560 user_destroy(key, usrdatum, NULL); in user_read()
|