Lines Matching defs:keys
2358 expected_len = struct_size(cp, keys, key_count);
2374 struct mgmt_link_key_info *key = &cp->keys[i];
2397 struct mgmt_link_key_info *key = &cp->keys[i];
2407 /* Always ignore debug keys and require a new pairing if
3618 struct mgmt_cp_set_blocked_keys *keys = data;
3619 const u16 max_key_count = ((U16_MAX - sizeof(*keys)) /
3626 key_count = __le16_to_cpu(keys->key_count);
3633 expected_len = struct_size(keys, keys, key_count);
3645 for (i = 0; i < keys->key_count; ++i) {
3653 b->type = keys->keys[i].type;
3654 memcpy(b->val, keys->keys[i].val, sizeof(b->val));
5992 expected_len = struct_size(cp, keys, key_count);
6003 struct mgmt_ltk_info *key = &cp->keys[i];
6016 struct mgmt_ltk_info *key = &cp->keys[i];
8096 * to store long term keys. Their addresses will change the
8101 * identity is known, the long term keys are internally
8156 * to store signature resolving keys. Their addresses will change