Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dkey.h304 extern void key_remove_domain(struct key_tag *domain_tag);
517 #define key_remove_domain(d) do { } while(0) macro
/linux/net/core/
H A Dnet_namespace.c515 key_remove_domain(net->key_domain); in copy_net_ns()
658 key_remove_domain(net->key_domain); in cleanup_net()
/linux/security/keys/
H A Dkeyring.c256 void key_remove_domain(struct key_tag *domain_tag) in key_remove_domain() function