Home
last modified time | relevance | path

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

/titanic_41/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()
/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObject.h708 #define UNWRAP_BOOL_ON 0x00000800 macro
721 UNWRAP_BOOL_ON|\
729 UNWRAP_BOOL_ON|\
H A DsoftKeys.c264 if (!(unwrappingkey_p->bool_attr_mask & UNWRAP_BOOL_ON)) { in C_UnwrapKey()
H A DsoftAttributeUtil.c1997 attr_mask |= UNWRAP_BOOL_ON;
1999 attr_mask &= ~UNWRAP_BOOL_ON;
2634 attr_mask |= UNWRAP_BOOL_ON;
2636 attr_mask &= ~UNWRAP_BOOL_ON;
4100 UNWRAP_BOOL_ON, template));
4344 UNWRAP_BOOL_ON, template));
4932 UNWRAP_BOOL_ON, template));
5044 UNWRAP_BOOL_ON, template));
6550 attr_mask = (obj->bool_attr_mask) & UNWRAP_BOOL_ON;