Lines Matching defs:keys
2814 expected_len = struct_size(cp, keys, key_count);
2830 struct mgmt_link_key_info *key = &cp->keys[i];
2853 struct mgmt_link_key_info *key = &cp->keys[i];
2863 /* Always ignore debug keys and require a new pairing if
4129 struct mgmt_cp_set_blocked_keys *keys = data;
4130 const u16 max_key_count = ((U16_MAX - sizeof(*keys)) /
4137 key_count = __le16_to_cpu(keys->key_count);
4144 expected_len = struct_size(keys, keys, key_count);
4164 b->type = keys->keys[i].type;
4165 memcpy(b->val, keys->keys[i].val, sizeof(b->val));
7136 expected_len = struct_size(cp, keys, key_count);
7147 struct mgmt_ltk_info *key = &cp->keys[i];
7160 struct mgmt_ltk_info *key = &cp->keys[i];
9504 * to store long term keys. Their addresses will change the
9509 * identity is known, the long term keys are internally
9564 * to store signature resolving keys. Their addresses will change