Lines Matching refs:request_key
10 ``request_key*()``::
12 struct key *request_key(const struct key_type *type,
38 Or by userspace invoking the request_key system call::
40 key_serial_t request_key(const char *type,
50 The request_key_tag() call is like the in-kernel request_key(), except that it
78 1) Process A calls request_key() [the userspace syscall calls the kernel
81 2) request_key() searches the process's subscribed keyrings to see if there's
86 3) request_key() sees that A doesn't have the desired key yet, so it creates
95 4) request_key() then forks and executes /sbin/request-key with a new session
118 10) The program then exits 0 and request_key() deletes key V and returns key
173 When request_key() is invoked, if CONFIG_KEYS_REQUEST_CACHE=y, a per-task
185 4) If the process has assumed the authority associated with a request_key()