Lines Matching refs:request_key
372 request_key and keyctl. The latter provides a number of functions for
388 KEY_SPEC_REQKEY_AUTH_KEY -7 assumed request_key()
438 key_serial_t request_key(const char *type, const char *description,
725 request_key() system call.
884 struct key *request_key(const struct key_type *type,
912 This is identical to request_key(), except that the auxiliary data is
913 passed to the key_type->request_key() op if it exists, and the callout_info
932 which are asynchronous equivalents of request_key() and
1042 This can be used with a function such as request_key() to find a specific
1044 with keyring_search(). Note that it is not possible to use request_key() to
1331 (*) int (*request_key)(struct key_construction *cons, const char *op,
1334 This method is optional. If provided, request_key() and friends will
1356 caller of request_key*(). complete_request_key() must be called prior to