Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAttributeUtil.c1413 attr_mask |= NOT_MODIFIABLE_BOOL_ON;
2011 attr_mask |= NOT_MODIFIABLE_BOOL_ON;
2648 attr_mask |= NOT_MODIFIABLE_BOOL_ON;
3499 NOT_MODIFIABLE_BOOL_ON;
3540 NOT_MODIFIABLE_BOOL_ON;
3796 if ((object_p->bool_attr_mask) & NOT_MODIFIABLE_BOOL_ON)
4746 ~NOT_MODIFIABLE_BOOL_ON;
4749 NOT_MODIFIABLE_BOOL_ON;
6619 NOT_MODIFIABLE_BOOL_ON;
H A DsoftObject.c451 if (object_p->bool_attr_mask & NOT_MODIFIABLE_BOOL_ON) { in C_SetAttributeValue()
H A DsoftObject.h713 #define NOT_MODIFIABLE_BOOL_ON 0x00010000 macro