Home
last modified time | relevance | path

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

/illumos-gate/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.c1490 attr_mask |= DECRYPT_BOOL_ON; in kernel_build_private_key_object()
1492 attr_mask &= ~DECRYPT_BOOL_ON; in kernel_build_private_key_object()
1927 attr_mask |= DECRYPT_BOOL_ON; in kernel_build_secret_key_object()
1929 attr_mask &= ~DECRYPT_BOOL_ON; in kernel_build_secret_key_object()
2513 DECRYPT_BOOL_ON, template)); in kernel_get_private_key_attribute()
2728 DECRYPT_BOOL_ON, template)); in kernel_get_secret_key_attribute()
3064 DECRYPT_BOOL_ON, template)); in kernel_set_private_key_attribute()
3162 DECRYPT_BOOL_ON, template)); in kernel_set_secret_key_attribute()
3754 attr_mask = (obj->bool_attr_mask) & DECRYPT_BOOL_ON; in kernel_find_match_attrs()
H A DkernelDecrypt.c52 if (key_p->is_lib_obj && !(key_p->bool_attr_mask & DECRYPT_BOOL_ON)) { in kernel_decrypt_init()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObject.h706 #define DECRYPT_BOOL_ON 0x00000020 macro
724 #define PRIVATE_KEY_DEFAULT (DECRYPT_BOOL_ON|\
731 DECRYPT_BOOL_ON|\
H A DsoftDecrypt.c63 if (!(key_p->bool_attr_mask & DECRYPT_BOOL_ON)) { in C_DecryptInit()
H A DsoftKeys.c270 if (!(unwrappingkey_p->bool_attr_mask & DECRYPT_BOOL_ON)) { in C_UnwrapKey()
H A DsoftAttributeUtil.c1965 attr_mask |= DECRYPT_BOOL_ON;
1967 attr_mask &= ~DECRYPT_BOOL_ON;
2595 attr_mask |= DECRYPT_BOOL_ON;
2597 attr_mask &= ~DECRYPT_BOOL_ON;
4077 DECRYPT_BOOL_ON, template));
4317 DECRYPT_BOOL_ON, template));
4909 DECRYPT_BOOL_ON, template));
5017 DECRYPT_BOOL_ON, template));
6532 attr_mask = (obj->bool_attr_mask) & DECRYPT_BOOL_ON;