Home
last modified time | relevance | path

Searched refs:SENSITIVE_BOOL_ON (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelAttributeUtil.c1478 attr_mask |= SENSITIVE_BOOL_ON; in kernel_build_private_key_object()
1915 attr_mask |= SENSITIVE_BOOL_ON; in kernel_build_secret_key_object()
2476 if ((object_p->bool_attr_mask & SENSITIVE_BOOL_ON) || in kernel_get_private_key_attribute()
2505 SENSITIVE_BOOL_ON, template)); in kernel_get_private_key_attribute()
2720 SENSITIVE_BOOL_ON, template)); in kernel_get_secret_key_attribute()
2764 if ((object_p->bool_attr_mask & SENSITIVE_BOOL_ON) || in kernel_get_secret_key_attribute()
3054 (object_p->bool_attr_mask & SENSITIVE_BOOL_ON)) { in kernel_set_private_key_attribute()
3059 object_p->bool_attr_mask |= SENSITIVE_BOOL_ON; in kernel_set_private_key_attribute()
3148 (object_p->bool_attr_mask & SENSITIVE_BOOL_ON)) { in kernel_set_secret_key_attribute()
3153 object_p->bool_attr_mask |= SENSITIVE_BOOL_ON; in kernel_set_secret_key_attribute()
[all …]
H A DkernelObject.h432 #define SENSITIVE_BOOL_ON 0x00000004 macro
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAttributeUtil.c1953 attr_mask |= SENSITIVE_BOOL_ON;
2583 attr_mask |= SENSITIVE_BOOL_ON;
4040 if ((object_p->bool_attr_mask & SENSITIVE_BOOL_ON) ||
4069 SENSITIVE_BOOL_ON, template));
4309 SENSITIVE_BOOL_ON, template));
4354 if ((object_p->bool_attr_mask & SENSITIVE_BOOL_ON) ||
4899 (object_p->bool_attr_mask & SENSITIVE_BOOL_ON)) {
4904 object_p->bool_attr_mask |= SENSITIVE_BOOL_ON;
5003 (object_p->bool_attr_mask & SENSITIVE_BOOL_ON)) {
5008 object_p->bool_attr_mask |= SENSITIVE_BOOL_ON;
[all …]
H A DsoftBlowfishCrypt.c79 if (!(key_p->bool_attr_mask & SENSITIVE_BOOL_ON)) { in soft_blowfish_crypt_init_common()
H A DsoftDESCrypt.c92 if (!(key_p->bool_attr_mask & SENSITIVE_BOOL_ON)) { in soft_des_crypt_init_common()
H A DsoftObject.h703 #define SENSITIVE_BOOL_ON 0x00000004 macro
H A DsoftAESCrypt.c145 if (key_p->bool_attr_mask & SENSITIVE_BOOL_ON) { in soft_aes_init_key()
H A DsoftKeysUtil.c1108 if (newkey->bool_attr_mask & SENSITIVE_BOOL_ON) { in soft_derive_enforce_flags()