Searched refs:request_key (Results 26 - 31 of 31) sorted by relevance

12

/linux-master/security/keys/encrypted-keys/
H A Dencrypted.c313 ukey = request_key(&key_type_user, master_desc, NULL);
/linux-master/security/keys/
H A Dkeyctl.c167 SYSCALL_DEFINE4(request_key, const char __user *, _type,
1148 * Change the request_key authorisation key on the current process.
1310 * Negative keys are used to rate limit repeated request_key() calls by causing
1330 * Negative keys are used to rate limit repeated request_key() calls by causing
1387 * Read or set the default keyring in which request_key() will cache keys and
1504 * available all the keys from the caller of the request_key() that created a
1505 * key to request_key() calls made by the caller of this function.
1514 * the callout information passed to request_key().
/linux-master/fs/ecryptfs/
H A Dkeystore.c25 * request_key returned an error instead of a valid key address;
1617 (*auth_tok_key) = request_key(&key_type_user, sig, NULL);
/linux-master/fs/smb/client/
H A Dconnect.c2122 key = request_key(&key_type_logon, desc, "");
2133 key = request_key(&key_type_logon, desc, "");
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dchip.c346 static struct lock_class_key request_key; local
357 irq_set_lockdep_class(chip->irq, &lock_key, &request_key);
/linux-master/drivers/md/
H A Ddm-crypt.c2588 key = request_key(type, key_desc + 1, NULL);

Completed in 244 milliseconds

12