Searched refs:instantiate (Results 1 - 24 of 24) sorted by relevance

/linux-master/crypto/asymmetric_keys/
H A Dpkcs7_key_type.c74 .instantiate = generic_key_instantiate,
H A Dasymmetric_type.c613 .instantiate = generic_key_instantiate,
/linux-master/security/keys/
H A Duser_defined.c27 .instantiate = generic_key_instantiate,
47 .instantiate = generic_key_instantiate,
H A Dbig_key.c46 .instantiate = generic_key_instantiate,
H A Drequest_key_auth.c35 .instantiate = request_key_auth_instantiate,
H A Dkey.c203 * returned in an uninstantiated state and the caller needs to instantiate the
440 /* can't instantiate twice */
442 /* instantiate the key */
443 ret = key->type->instantiate(key, prep);
481 * @key: The key to instantiate.
482 * @data: The data to use to instantiate the keyring.
551 * key_reject_and_link - Negatively instantiate a key and link it into the keyring.
552 * @key: The key to instantiate.
558 * Negatively instantiate a key that's in the uninstantiated state and, if
600 /* can't instantiate twic
[all...]
H A Dkeyring.c89 .instantiate = keyring_instantiate,
/linux-master/fs/proc/
H A Dfd.c225 instantiate_t instantiate)
238 result = instantiate(dentry, task, &data);
246 instantiate_t instantiate)
275 name, len, instantiate, p,
223 proc_lookupfd_common(struct inode *dir, struct dentry *dentry, instantiate_t instantiate) argument
245 proc_readfd_common(struct file *file, struct dir_context *ctx, instantiate_t instantiate) argument
H A Dbase.c2060 instantiate_t instantiate, struct task_struct *task, const void *ptr)
2076 res = instantiate(child, task, ptr);
2381 * 2) Release mmap_lock and instantiate entries
2058 proc_fill_cache(struct file *file, struct dir_context *ctx, const char *name, unsigned int len, instantiate_t instantiate, struct task_struct *task, const void *ptr) argument
/linux-master/include/linux/
H A Dkey-type.h20 * Pre-parsed payload, used by key add, update and instantiate.
26 * instantiate() or the update() op.
83 * the instantiate() and update() ops.
91 /* instantiate a key of this type
95 int (*instantiate)(struct key *key, struct key_preparsed_payload *prep); member in struct:key_type
136 * - key is the key to instantiate
/linux-master/net/rxrpc/
H A Dserver_key.c42 .instantiate = generic_key_instantiate,
H A Dkey.c41 .instantiate = generic_key_instantiate,
/linux-master/fs/smb/client/
H A Dcifs_spnego.c55 .instantiate = cifs_spnego_key_instantiate,
H A Dcifsacl.c103 .instantiate = cifs_idmap_key_instantiate,
/linux-master/drivers/nvme/common/
H A Dkeyring.c65 .instantiate = generic_key_instantiate,
/linux-master/certs/
H A Dblacklist.c141 .instantiate = blacklist_key_instantiate,
/linux-master/drivers/platform/x86/
H A DMakefile115 obj-$(CONFIG_SERIAL_MULTI_INSTANTIATE) += serial-multi-instantiate.o
/linux-master/net/dns_resolver/
H A Ddns_key.c327 .instantiate = generic_key_instantiate,
/linux-master/net/ceph/
H A Dcrypto.c349 .instantiate = generic_key_instantiate,
/linux-master/security/keys/trusted-keys/
H A Dtrusted_core.c315 .instantiate = trusted_instantiate,
/linux-master/fs/nfs/
H A Dnfs4idmap.c190 .instantiate = generic_key_instantiate,
415 .instantiate = generic_key_instantiate,
/linux-master/fs/crypto/
H A Dkeyring.c175 .instantiate = fscrypt_user_key_instantiate,
632 .instantiate = generic_key_instantiate,
/linux-master/arch/s390/kernel/
H A Dcert_store.c157 .instantiate = generic_key_instantiate,
/linux-master/security/keys/encrypted-keys/
H A Dencrypted.c258 "when called from .instantiate method\n",
804 * encrypted_instantiate - instantiate an encrypted key
1002 .instantiate = encrypted_instantiate,

Completed in 398 milliseconds