Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtemplate.c664 attr->type == CKA_VALUE_BITS || in template_flatten()
746 a1->type == CKA_VALUE_BITS || in template_unflatten()
764 a1->type == CKA_VALUE_BITS || in template_unflatten()
922 attr->type == CKA_VALUE_BITS || in template_get_compressed_size()
H A Dutility.c309 case CKA_VALUE_BITS: in is_attribute_defined()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelAttributeUtil.c135 CKA_VALUE_BITS,
280 case CKA_VALUE_BITS: in kernel_validate_attr()
1626 case CKA_VALUE_BITS: in kernel_build_private_key_object()
2619 case CKA_VALUE_BITS: in kernel_get_private_key_attribute()
3988 case CKA_VALUE_BITS: in kernel_find_match_attrs()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAttributeUtil.c141 CKA_VALUE_BITS,
287 case CKA_VALUE_BITS: in soft_validate_attr()
2131 case CKA_VALUE_BITS:
4183 case CKA_VALUE_BITS:
4964 case CKA_VALUE_BITS:
6822 case CKA_VALUE_BITS:
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaAttrMasters.h671 { { CKA_VALUE_BITS, NULL, sizeof (CK_ULONG) },
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h493 #define CKA_VALUE_BITS 0x00000160UL macro