Home
last modified time | relevance | path

Searched refs:DERIVE_BOOL_ON (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeys.c353 if (!(basekey_p->bool_attr_mask & DERIVE_BOOL_ON)) { in C_DeriveKey()
H A DsoftKeysUtil.c296 secret_key->bool_attr_mask |= DERIVE_BOOL_ON; in soft_genkey()
489 private_key->bool_attr_mask |= DERIVE_BOOL_ON; in soft_genkey_pair()
493 private_key->bool_attr_mask |= DERIVE_BOOL_ON; in soft_genkey_pair()
H A DsoftAttributeUtil.c1364 attr_mask |= DERIVE_BOOL_ON;
1948 attr_mask |= DERIVE_BOOL_ON;
2578 attr_mask |= DERIVE_BOOL_ON;
3837 DERIVE_BOOL_ON, template));
4788 DERIVE_BOOL_ON, template));
6562 attr_mask = (obj->bool_attr_mask) & DERIVE_BOOL_ON;
H A DsoftObject.h701 #define DERIVE_BOOL_ON 0x00000001 macro
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelAttributeUtil.c1085 attr_mask |= DERIVE_BOOL_ON; in kernel_build_public_key_object()
1473 attr_mask |= DERIVE_BOOL_ON; in kernel_build_private_key_object()
1910 attr_mask |= DERIVE_BOOL_ON; in kernel_build_secret_key_object()
2291 DERIVE_BOOL_ON, template)); in kernel_get_common_key_attrs()
2916 DERIVE_BOOL_ON, template)); in kernel_set_common_key_attribute()
3784 attr_mask = (obj->bool_attr_mask) & DERIVE_BOOL_ON; in kernel_find_match_attrs()
H A DkernelObject.h430 #define DERIVE_BOOL_ON 0x00000001 macro