Lines Matching defs:key
34 struct key *key;
38 key = request_key(&key_type_user,
40 if (IS_ERR(key))
41 return PTR_ERR(key);
43 down_read(&key->sem);
45 ukp = user_key_payload_locked(key);
61 up_read(&key->sem);
62 key_put(key);
78 ti->error = DM_VERITY_VERIFY_ERR("Signature key not specified");
87 ti->error = DM_VERITY_VERIFY_ERR("Invalid key specified");