Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDH.c60 dst = OBJ_PRI_DH_VALUE(key); in soft_genDHkey_set_attribute()
H A DsoftKeystore.c686 OBJ_PRI_DH_VALUE(objp))->big_value_len, 8) + in soft_pack_object_size()
1170 OBJ_PRI_DH_VALUE(objp))->big_value_len); in soft_pack_object()
1175 OBJ_PRI_DH_VALUE(objp))->big_value, in soft_pack_object()
1177 OBJ_PRI_DH_VALUE(objp))->big_value_len); in soft_pack_object()
H A DsoftAttributeUtil.c1122 bigint_attr_cleanup(OBJ_PRI_DH_VALUE( in soft_cleanup_object_bigint_attrs()
4265 OBJ_PRI_DH_VALUE(object_p), template));
5680 ((biginteger_t *)OBJ_PRI_DH_VALUE(key))->
5684 ((biginteger_t *)OBJ_PRI_DH_VALUE(key))->
5713 ((biginteger_t *)OBJ_PRI_DH_VALUE(key))->big_value,
6696 bigint = OBJ_PRI_DH_VALUE(obj);
H A DsoftObject.h556 #define OBJ_PRI_DH_VALUE(o) \ macro
H A DsoftASN1.c598 if ((rv = pad_bigint_attr(OBJ_PRI_DH_VALUE(objp), &tmp_pad)) != CKR_OK)
/titanic_44/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObject.h410 #define OBJ_PRI_DH_VALUE(o) \ macro
H A DkernelAttributeUtil.c906 bigint_attr_cleanup(OBJ_PRI_DH_VALUE(object_p)); in kernel_cleanup_object_bigint_attrs()
2672 OBJ_PRI_DH_VALUE(object_p), template)); in kernel_get_private_key_attribute()
H A DkernelKeys.c2137 big = OBJ_PRI_DH_VALUE(base_key); in get_base_key_attributes()