Searched refs:key_type_user (Results 1 - 12 of 12) sorted by relevance

/linux-master/include/keys/
H A Duser-type.h33 extern struct key_type key_type_user;
/linux-master/security/keys/
H A Duser_defined.c23 struct key_type key_type_user = { variable in typeref:struct:key_type
35 EXPORT_SYMBOL_GPL(key_type_user); variable
38 * This key type is essentially the same as key_type_user, but it does
H A Ddh.c34 if (key->type == &key_type_user) {
H A Dinternal.h42 extern struct key_type key_type_user;
H A Dkey.c1267 list_add_tail(&key_type_user.link, &key_types_list);
/linux-master/drivers/md/
H A Ddm-verity-verify-sig.c38 key = request_key(&key_type_user,
H A Ddm-crypt.c2567 type = &key_type_user;
/linux-master/lib/
H A Ddigsig.c221 &key_type_user, name, true);
227 key = request_key(&key_type_user, name, NULL);
/linux-master/security/keys/encrypted-keys/
H A Dencrypted.c313 ukey = request_key(&key_type_user, master_desc, NULL);
/linux-master/fs/bcachefs/
H A Dchecksum.c518 keyring_key = request_key(&key_type_user, key_description, NULL);
/linux-master/fs/ecryptfs/
H A Dkeystore.c1615 (*auth_tok_key) = request_key(&key_type_user, sig, NULL);
/linux-master/block/
H A Dsed-opal.c314 &key_type_user, key_name, true);

Completed in 184 milliseconds