Searched refs:DECRYPT_BOOL_ON (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsObject.h147 #define DECRYPT_BOOL_ON 0x00000020 macro
163 DECRYPT_BOOL_ON|\
H A DkmsAttributeUtil.c732 attr_mask |= DECRYPT_BOOL_ON;
734 attr_mask &= ~DECRYPT_BOOL_ON;
1065 DECRYPT_BOOL_ON, template));
1323 DECRYPT_BOOL_ON, template));
1559 attr_mask = (obj->bool_attr_mask) & DECRYPT_BOOL_ON;
H A DkmsDecrypt.c139 if (!(key_p->bool_attr_mask & DECRYPT_BOOL_ON)) {
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObject.h435 #define DECRYPT_BOOL_ON 0x00000020 macro
451 DECRYPT_BOOL_ON|\
465 #define PRIVATE_KEY_DEFAULT (DECRYPT_BOOL_ON|\
H A DkernelAttributeUtil.c1528 attr_mask |= DECRYPT_BOOL_ON;
1530 attr_mask &= ~DECRYPT_BOOL_ON;
1977 attr_mask |= DECRYPT_BOOL_ON;
1979 attr_mask &= ~DECRYPT_BOOL_ON;
2570 DECRYPT_BOOL_ON, template));
2785 DECRYPT_BOOL_ON, template));
3121 DECRYPT_BOOL_ON, template));
3219 DECRYPT_BOOL_ON, template));
3811 attr_mask = (obj->bool_attr_mask) & DECRYPT_BOOL_ON;
H A DkernelDecrypt.c50 if (key_p->is_lib_obj && !(key_p->bool_attr_mask & DECRYPT_BOOL_ON)) {
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDecrypt.c63 if (!(key_p->bool_attr_mask & DECRYPT_BOOL_ON)) {
H A DsoftKeys.c270 if (!(unwrappingkey_p->bool_attr_mask & DECRYPT_BOOL_ON)) {
H A DsoftObject.h710 #define DECRYPT_BOOL_ON 0x00000020 macro
728 #define PRIVATE_KEY_DEFAULT (DECRYPT_BOOL_ON|\
735 DECRYPT_BOOL_ON|\
H A DsoftAttributeUtil.c2015 attr_mask |= DECRYPT_BOOL_ON;
2017 attr_mask &= ~DECRYPT_BOOL_ON;
2654 attr_mask |= DECRYPT_BOOL_ON;
2656 attr_mask &= ~DECRYPT_BOOL_ON;
4141 DECRYPT_BOOL_ON, template));
4381 DECRYPT_BOOL_ON, template));
4985 DECRYPT_BOOL_ON, template));
5093 DECRYPT_BOOL_ON, template));
6607 attr_mask = (obj->bool_attr_mask) & DECRYPT_BOOL_ON;

Completed in 60 milliseconds