diff options
author | Dmitry Kasatkin <d.kasatkin@samsung.com> | 2014-06-17 11:56:57 +0300 |
---|---|---|
committer | Mimi Zohar <zohar@linux.vnet.ibm.com> | 2014-07-17 09:35:16 -0400 |
commit | b3426827c848d252ed4ca5f4d3085551be083e12 (patch) | |
tree | 4e8c66fb9c77bd4faaa2cb639455dd693532051a /kernel/sched | |
parent | 3be4beaf7c91ec9c6fefa5f11173af37113d10ae (diff) | |
download | op-kernel-dev-b3426827c848d252ed4ca5f4d3085551be083e12.zip op-kernel-dev-b3426827c848d252ed4ca5f4d3085551be083e12.tar.gz |
KEYS: make partial key id matching as a dedicated function
To avoid code duplication this patch refactors asymmetric_key_match(),
making partial ID string match a separate function.
This patch also implicitly fixes a bug in the code. asymmetric_key_match()
allows to match the key by its subtype. But subtype matching could be
undone if asymmetric_key_id(key) would return NULL. This patch first
checks for matching spec and then for its value.
Signed-off-by: Dmitry Kasatkin <d.kasatkin@samsung.com>
Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
Diffstat (limited to 'kernel/sched')
0 files changed, 0 insertions, 0 deletions