Home
last modified time | relevance | path

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

/security/keys/
Dkeyring.c61 static int keyring_match(const struct key *keyring, const void *criterion);
72 .match = keyring_match,
132 static int keyring_match(const struct key *keyring, const void *description) in keyring_match() function