Lines Matching refs:request_key
10 ``request_key*()``::
12 struct key *request_key(const struct key_type *type,
39 Or by userspace invoking the request_key system call::
41 key_serial_t request_key(const char *type,
51 The request_key*_with_auxdata() calls are like the in-kernel request_key*()
75 1) Process A calls request_key() [the userspace syscall calls the kernel
78 2) request_key() searches the process's subscribed keyrings to see if there's
83 3) request_key() sees that A doesn't have the desired key yet, so it creates
92 4) request_key() then forks and executes /sbin/request-key with a new session
115 10) The program then exits 0 and request_key() deletes key V and returns key
179 4) If the process has assumed the authority associated with a request_key()