Home
last modified time | relevance | path

Searched refs:NOT_MODIFIABLE_BOOL_ON (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAttributeUtil.c1402 attr_mask |= NOT_MODIFIABLE_BOOL_ON;
2000 attr_mask |= NOT_MODIFIABLE_BOOL_ON;
2637 attr_mask |= NOT_MODIFIABLE_BOOL_ON;
3488 NOT_MODIFIABLE_BOOL_ON;
3529 NOT_MODIFIABLE_BOOL_ON;
3785 if ((object_p->bool_attr_mask) & NOT_MODIFIABLE_BOOL_ON)
4735 ~NOT_MODIFIABLE_BOOL_ON;
4738 NOT_MODIFIABLE_BOOL_ON;
6609 NOT_MODIFIABLE_BOOL_ON;
H A DsoftObject.c445 if (object_p->bool_attr_mask & NOT_MODIFIABLE_BOOL_ON) { in C_SetAttributeValue()
H A DsoftObject.h717 #define NOT_MODIFIABLE_BOOL_ON 0x00010000 macro