Searched refs:value_bits (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDH.c96 uint32_t value_bits; local
126 value_bits = (uint32_t)(*((CK_ULONG *)(template.pValue)));
128 value_bits = *((CK_ULONG *)(template.pValue));
152 k.x_len_bits = value_bits;
161 /* If value_bits is 0, it will return as same size as prime */
H A DsoftObject.h162 CK_ULONG value_bits; member in struct:dh_pri_key
569 ((o)->object_class_u.private_key->key_type_u.dh_pri_key.value_bits)
571 ((k)->key_type_u.dh_pri_key.value_bits)
H A DsoftAttributeUtil.c1908 CK_ULONG value_bits = 0; local
2183 rv = get_ulong_attr_from_template(&value_bits,
2410 value_bits : 0;
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObject.h160 CK_ULONG value_bits; member in struct:dh_pri_key
415 ((o)->object_class_u.private_key->key_type_u.dh_pri_key.value_bits)
417 ((k)->key_type_u.dh_pri_key.value_bits)
H A DkernelAttributeUtil.c1424 CK_ULONG value_bits = 0; local
1666 get_ulong_attr_from_template(&value_bits,
1806 (isValueBits) ? value_bits : 0;

Completed in 59 milliseconds