Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObject.h441 #define UNWRAP_BOOL_ON 0x00000800 macro
455 UNWRAP_BOOL_ON|\
466 UNWRAP_BOOL_ON|\
H A DkernelAttributeUtil.c1511 attr_mask |= UNWRAP_BOOL_ON; in kernel_build_private_key_object()
1953 attr_mask |= UNWRAP_BOOL_ON; in kernel_build_secret_key_object()
2525 UNWRAP_BOOL_ON, template)); in kernel_get_private_key_attribute()
2744 UNWRAP_BOOL_ON, template)); in kernel_get_secret_key_attribute()
3076 UNWRAP_BOOL_ON, template)); in kernel_set_private_key_attribute()
3178 UNWRAP_BOOL_ON, template)); in kernel_set_secret_key_attribute()
3762 attr_mask = (obj->bool_attr_mask) & UNWRAP_BOOL_ON; in kernel_find_match_attrs()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObject.h712 #define UNWRAP_BOOL_ON 0x00000800 macro
725 UNWRAP_BOOL_ON|\
733 UNWRAP_BOOL_ON|\
H A DsoftKeys.c264 if (!(unwrappingkey_p->bool_attr_mask & UNWRAP_BOOL_ON)) { in C_UnwrapKey()
H A DsoftAttributeUtil.c1986 attr_mask |= UNWRAP_BOOL_ON;
1988 attr_mask &= ~UNWRAP_BOOL_ON;
2623 attr_mask |= UNWRAP_BOOL_ON;
2625 attr_mask &= ~UNWRAP_BOOL_ON;
4089 UNWRAP_BOOL_ON, template));
4333 UNWRAP_BOOL_ON, template));
4921 UNWRAP_BOOL_ON, template));
5033 UNWRAP_BOOL_ON, template));
6540 attr_mask = (obj->bool_attr_mask) & UNWRAP_BOOL_ON;