Home
last modified time | relevance | path

Searched refs:request_key (Results 1 – 25 of 29) sorted by relevance

12

/linux-3.4.99/Documentation/security/
Dkeys-request-key.txt10 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*()
76 (1) Process A calls request_key() [the userspace syscall calls the kernel
79 (2) request_key() searches the process's subscribed keyrings to see if there's
84 (3) request_key() sees that A doesn't have the desired key yet, so it creates
93 (4) request_key() then forks and executes /sbin/request-key with a new session
116 (10) The program then exits 0 and request_key() deletes key V and returns key
[all …]
Dkeys.txt374 request_key and keyctl. The latter provides a number of functions for
390 KEY_SPEC_REQKEY_AUTH_KEY -7 assumed request_key()
436 key_serial_t request_key(const char *type, const char *description,
723 request_key() system call.
866 struct key *request_key(const struct key_type *type,
894 This is identical to request_key(), except that the auxiliary data is
895 passed to the key_type->request_key() op if it exists, and the callout_info
914 which are asynchronous equivalents of request_key() and
1004 This can be used with a function such as request_key() to find a specific
1006 with keyring_search(). Note that it is not possible to use request_key() to
[all …]
/linux-3.4.99/security/keys/encrypted-keys/
Dmasterkey_trusted.c37 tkey = request_key(&key_type_trusted, trusted_desc, NULL); in request_trusted_key()
/linux-3.4.99/security/keys/
DMakefile12 request_key.o \
Drequest_key.c248 if (key->type->request_key) in construct_key()
249 actor = key->type->request_key; in construct_key()
606 struct key *request_key(struct key_type *type, in request_key() function
627 EXPORT_SYMBOL(request_key);
/linux-3.4.99/security/integrity/
Ddigsig.c38 request_key(&key_type_keyring, keyring_name[id], NULL); in integrity_digsig_verify()
/linux-3.4.99/include/linux/
Dkey-type.h91 request_key_actor_t request_key; member
Dkey.h216 extern struct key *request_key(struct key_type *type,
/linux-3.4.99/net/dns_resolver/
Ddns_query.c124 rkey = request_key(&key_type_dns_resolver, desc, options); in dns_query()
/linux-3.4.99/fs/cifs/
Dcifs_spnego.c166 spnego_key = request_key(&cifs_spnego_key_type, description, ""); in cifs_get_spnego_key()
Dcifsacl.c376 sidkey = request_key(&cifs_idmap_key_type, psidid->sidstr, ""); in id_to_sid()
491 idkey = request_key(&cifs_idmap_key_type, psidid->sidstr, ""); in sid_to_id()
/linux-3.4.99/Documentation/networking/
Ddns_resolver.txt125 When dns_query() is invoked, it calls request_key() to search the local
129 Upcalls to userspace are made through the request_key() upcall vector, and are
Drxrpc.txt398 extracted from the calling process's keyrings with request_key() and
515 This issues a request_key() to get the key representing the security
679 (2) Avoid having RxRPC call request_key() at the point of issue of a call or
/linux-3.4.99/lib/
Ddigsig.c229 key = request_key(&key_type_user, name, NULL); in digsig_verify()
/linux-3.4.99/security/integrity/evm/
Devm_crypto.c240 evm_key = request_key(&key_type_encrypted, EVMKEY, NULL); in evm_init_key()
/linux-3.4.99/fs/nfs/
Didmap.c288 rkey = request_key(&key_type_id_resolver, desc, ""); in nfs_idmap_request_key()
411 .request_key = nfs_idmap_legacy_upcall,
/linux-3.4.99/fs/afs/
Dsecurity.c30 key = request_key(&key_type_rxrpc, cell->anonymous_key->description, in afs_request_key()
/linux-3.4.99/fs/fscache/
Dobject-list.c333 key = request_key(&key_type_user, "fscache:objlist", NULL); in fscache_objlist_config()
/linux-3.4.99/arch/powerpc/include/asm/
Dsystbl.h276 COMPAT_SYS(request_key)
/linux-3.4.99/arch/parisc/kernel/
Dsyscall_table.S366 ENTRY_SAME(request_key) /* 265 */
/linux-3.4.99/net/ceph/
Dceph_common.c248 ukey = request_key(&key_type_ceph, name, NULL); in get_secret()
/linux-3.4.99/net/rxrpc/
Dar-key.c882 key = request_key(&key_type_rxrpc, description, NULL); in rxrpc_request_key()
919 key = request_key(&key_type_keyring, description, NULL); in rxrpc_server_keyring()
/linux-3.4.99/arch/x86/syscalls/
Dsyscall_64.tbl258 249 common request_key sys_request_key
Dsyscall_32.tbl296 287 i386 request_key sys_request_key
/linux-3.4.99/fs/ecryptfs/
Decryptfs_kernel.h95 return request_key(&key_type_encrypted, sig, NULL); in ecryptfs_get_encrypted_key()

12