Searched refs:key_type (Results 1 - 25 of 152) sorted by relevance

1234567

/linux-master/include/keys/
H A Dceph-type.h7 extern struct key_type key_type_ceph;
H A Ddns_resolver-type.h13 extern struct key_type key_type_dns_resolver;
H A Dencrypted-type.h33 extern struct key_type key_type_encrypted;
H A Dsystem_keyring.h23 const struct key_type *type,
27 const struct key_type *type,
46 const struct key_type *type,
50 const struct key_type *type,
65 const struct key_type *type,
H A Duser-type.h33 extern struct key_type key_type_user;
34 extern struct key_type key_type_logon;
H A Dbig_key-type.h13 extern struct key_type key_type_big_key;
H A Drxrpc-type.h16 extern struct key_type key_type_rxrpc;
H A Dasymmetric-type.h16 extern struct key_type key_type_asymmetric;
H A Dtrusted-type.h79 extern struct key_type key_type_trusted;
/linux-master/include/crypto/
H A Dpublic_key.h59 struct key_type;
63 const struct key_type *type,
68 const struct key_type *type,
73 const struct key_type *type,
79 const struct key_type *type,
83 const struct key_type *type,
88 const struct key_type *type,
96 const struct key_type *type,
/linux-master/tools/testing/selftests/bpf/progs/
H A Dlinked_maps2.c9 typedef struct my_key { long x; } key_type; typedef in typeref:struct:my_key
14 __type(key, key_type);
43 key_type key_struct = { .x = 2 };
58 key_type key_struct = { .x = 1 };
/linux-master/fs/smb/client/
H A Dcifs_spnego.h31 extern struct key_type cifs_spnego_key_type;
/linux-master/include/linux/
H A Dkey.h102 struct key_type;
129 struct key_type *type;
172 const struct key_type *type,
179 struct key_type *keytype;
250 struct key_type *type; /* type of key */
283 extern struct key *key_alloc(struct key_type *type,
322 extern struct key *request_key_tag(struct key_type *type,
327 extern struct key *request_key_rcu(struct key_type *type,
331 extern struct key *request_key_with_auxdata(struct key_type *type,
346 static inline struct key *request_key(struct key_type *typ
[all...]
H A Dkey-type.h64 struct key_type { struct
165 extern struct key_type key_type_keyring;
167 extern int register_key_type(struct key_type *ktype);
168 extern void unregister_key_type(struct key_type *ktype);
/linux-master/drivers/staging/vt6656/
H A Dkey.c35 struct ieee80211_key_conf *key, u32 key_type,
51 if (key_type != VNT_KEY_DEFAULTKEY) {
63 switch (key_type) {
83 key_mode |= key_type;
34 vnt_set_keymode(struct ieee80211_hw *hw, u8 *mac_addr, struct ieee80211_key_conf *key, u32 key_type, u32 mode) argument
/linux-master/security/keys/
H A Dinternal.h41 extern struct key_type key_type_dead;
42 extern struct key_type key_type_user;
43 extern struct key_type key_type_logon;
92 extern struct key_type *key_type_lookup(const char *type);
93 extern void key_type_put(struct key_type *ktype);
150 extern struct key *request_key_and_link(struct key_type *type,
169 struct key_type *dead_type);
173 extern void key_gc_keytype(struct key_type *ktype);
205 extern struct key_type key_type_request_key_auth;
/linux-master/drivers/staging/vt6655/
H A Dkey.c18 struct ieee80211_key_conf *key, u32 key_type,
34 if (key_type != VNT_KEY_DEFAULTKEY) {
46 switch (key_type) {
17 vnt_set_keymode(struct ieee80211_hw *hw, u8 *mac_addr, struct ieee80211_key_conf *key, u32 key_type, u32 mode, bool onfly_latch) argument
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dcrypto.h16 u32 key_type, u32 *p_key_id);
/linux-master/crypto/asymmetric_keys/
H A Drestrict.c71 const struct key_type *type,
131 const struct key_type *type,
172 const struct key_type *type,
207 const struct key_type *type,
329 const struct key_type *type,
357 const struct key_type *type,
H A Dpkcs7_key_type.c70 static struct key_type key_type_pkcs7 = {
/linux-master/security/landlock/
H A Druleset.c81 static bool is_object_pointer(const enum landlock_key_type key_type) argument
83 switch (key_type) {
138 const enum landlock_key_type key_type)
140 switch (key_type) {
156 const enum landlock_key_type key_type)
161 if (is_object_pointer(key_type))
326 const enum landlock_key_type key_type)
336 src_root = get_root(src, key_type);
348 .type = key_type,
410 const enum landlock_key_type key_type)
137 get_root(struct landlock_ruleset *const ruleset, const enum landlock_key_type key_type) argument
155 free_rule(struct landlock_rule *const rule, const enum landlock_key_type key_type) argument
324 merge_tree(struct landlock_ruleset *const dst, struct landlock_ruleset *const src, const enum landlock_key_type key_type) argument
408 inherit_tree(struct landlock_ruleset *const parent, struct landlock_ruleset *const child, const enum landlock_key_type key_type) argument
689 landlock_init_layer_masks(const struct landlock_ruleset *const domain, const access_mask_t access_request, layer_mask_t (*const layer_masks)[], const enum landlock_key_type key_type) argument
[all...]
/linux-master/certs/
H A Dsystem_keyring.c46 const struct key_type *type,
66 const struct key_type *type,
89 const struct key_type *type,
118 const struct key_type *type,
208 const struct key_type *type,
/linux-master/fs/btrfs/
H A Dverity.c97 * Drop all the items for this inode with this key_type.
100 * @key_type: type of items to drop (BTRFS_VERITY_DESC_ITEM or
108 static int drop_verity_items(struct btrfs_inode *inode, u8 key_type) argument
134 key.type = key_type;
152 if (key.objectid != btrfs_ino(inode) || key.type != key_type)
205 * @key_type: key type to insert
211 * The inserted items will have key (ino, key_type, offset + off) where off is
216 static int write_key_bytes(struct btrfs_inode *inode, u8 key_type, u64 offset, argument
242 key.type = key_type;
278 * @key_type
296 read_key_bytes(struct btrfs_inode *inode, u8 key_type, u64 offset, char *dest, u64 len, struct page *dest_page) argument
[all...]
/linux-master/drivers/staging/rtl8723bs/os_dep/
H A Drecv_linux.c143 enum nl80211_key_type key_type = 0; local
165 key_type |= NL80211_KEYTYPE_GROUP;
167 key_type |= NL80211_KEYTYPE_PAIRWISE;
170 cfg80211_michael_mic_failure(padapter->pnetdev, (u8 *)&pmlmepriv->assoc_bssid[0], key_type, -1,
/linux-master/drivers/crypto/cavium/cpt/
H A Dcptvf_algs.c122 fctx->enc.enc_ctrl.e.aes_key = ctx->key_type;
249 ctx->key_type = AES_128_BIT;
252 ctx->key_type = AES_256_BIT;
267 ctx->key_type = AES_128_BIT;
270 ctx->key_type = AES_192_BIT;
273 ctx->key_type = AES_256_BIT;
280 ctx->key_type = 0;

Completed in 296 milliseconds

1234567