Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow to find hidden HW-feature objects using C_FindObjectsInit
C_FindObjectsInit has special handling for objects with CKA_CLASS = CKO_HW_FEATURE as well as CKA_HIDDEN = TRUE. This fix allows to find hidden HW-feature objects. Without this fix, when CKA_HIDDEN = TRUE is found first in the template, then CKA_CLASS = CKO_HW_FEATURE is ignored. Also when CKA_CLASS = CKO_HW_FEATURE is found first, then CKA_HIDDEN = TRUE is ignored. This causes that either hidden or HW-feature objects can be searched for, but not both together. Signed-off-by: Ingo Franzki <[email protected]>
- Loading branch information