Home
last modified time | relevance | path

Searched refs:ENCRYPT_BOOL_ON (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObject.h434 #define ENCRYPT_BOOL_ON 0x00000010 macro
450 #define SECRET_KEY_DEFAULT (ENCRYPT_BOOL_ON|\
459 #define PUBLIC_KEY_DEFAULT (ENCRYPT_BOOL_ON|\
H A DkernelAttributeUtil.c1090 attr_mask |= ENCRYPT_BOOL_ON; in kernel_build_public_key_object()
1092 attr_mask &= ~ENCRYPT_BOOL_ON; in kernel_build_public_key_object()
1920 attr_mask |= ENCRYPT_BOOL_ON; in kernel_build_secret_key_object()
1922 attr_mask &= ~ENCRYPT_BOOL_ON; in kernel_build_secret_key_object()
2329 ENCRYPT_BOOL_ON, template)); in kernel_get_public_key_attribute()
2724 ENCRYPT_BOOL_ON, template)); in kernel_get_secret_key_attribute()
2985 ENCRYPT_BOOL_ON, template)); in kernel_set_public_key_attribute()
3158 ENCRYPT_BOOL_ON, template)); in kernel_set_secret_key_attribute()
3750 attr_mask = (obj->bool_attr_mask) & ENCRYPT_BOOL_ON; in kernel_find_match_attrs()
H A DkernelEncrypt.c76 if (key_p->is_lib_obj && !(key_p->bool_attr_mask & ENCRYPT_BOOL_ON)) { in C_EncryptInit()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftEncrypt.c65 if (!(key_p->bool_attr_mask & ENCRYPT_BOOL_ON)) { in C_EncryptInit()
H A DsoftObject.h705 #define ENCRYPT_BOOL_ON 0x00000010 macro
719 #define PUBLIC_KEY_DEFAULT (ENCRYPT_BOOL_ON|\
730 #define SECRET_KEY_DEFAULT (ENCRYPT_BOOL_ON|\
H A DsoftKeys.c164 if (!(wrappingkey_p->bool_attr_mask & ENCRYPT_BOOL_ON)) { in C_WrapKey()
H A DsoftAttributeUtil.c1369 attr_mask |= ENCRYPT_BOOL_ON;
1371 attr_mask &= ~ENCRYPT_BOOL_ON;
2588 attr_mask |= ENCRYPT_BOOL_ON;
2590 attr_mask &= ~ENCRYPT_BOOL_ON;
3874 ENCRYPT_BOOL_ON, template));
4313 ENCRYPT_BOOL_ON, template));
4824 ENCRYPT_BOOL_ON, template));
5013 ENCRYPT_BOOL_ON, template));
6528 attr_mask = (obj->bool_attr_mask) & ENCRYPT_BOOL_ON;