Home
last modified time | relevance | path

Searched refs:ALWAYS_SENSITIVE_BOOL_ON (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeysUtil.c1117 if (!basekey->bool_attr_mask & ALWAYS_SENSITIVE_BOOL_ON) { in soft_derive_enforce_flags()
1122 newkey->bool_attr_mask &= ~ALWAYS_SENSITIVE_BOOL_ON; in soft_derive_enforce_flags()
1130 newkey->bool_attr_mask |= ALWAYS_SENSITIVE_BOOL_ON; in soft_derive_enforce_flags()
1132 newkey->bool_attr_mask &= ~ALWAYS_SENSITIVE_BOOL_ON; in soft_derive_enforce_flags()
1701 (new_objp->bool_attr_mask & ALWAYS_SENSITIVE_BOOL_ON)) { in soft_unwrapkey()
H A DsoftObject.h715 #define ALWAYS_SENSITIVE_BOOL_ON 0x00004000 macro
H A DsoftAttributeUtil.c4097 ALWAYS_SENSITIVE_BOOL_ON, template));
4341 ALWAYS_SENSITIVE_BOOL_ON, template));
6589 ALWAYS_SENSITIVE_BOOL_ON;
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObject.h444 #define ALWAYS_SENSITIVE_BOOL_ON 0x00004000 macro
H A DkernelAttributeUtil.c2533 ALWAYS_SENSITIVE_BOOL_ON, template)); in kernel_get_private_key_attribute()
2752 ALWAYS_SENSITIVE_BOOL_ON, template)); in kernel_get_secret_key_attribute()
3811 ALWAYS_SENSITIVE_BOOL_ON; in kernel_find_match_attrs()