Home
last modified time | relevance | path

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

/illumos-gate/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.c703 OBJ_PRI_DH_VALUE(objp))->big_value_len, 8) + in soft_pack_object_size()
1187 OBJ_PRI_DH_VALUE(objp))->big_value_len); in soft_pack_object()
1192 OBJ_PRI_DH_VALUE(objp))->big_value, in soft_pack_object()
1194 OBJ_PRI_DH_VALUE(objp))->big_value_len); in soft_pack_object()
H A DsoftAttributeUtil.c1113 bigint_attr_cleanup(OBJ_PRI_DH_VALUE( in soft_cleanup_object_bigint_attrs()
4254 OBJ_PRI_DH_VALUE(object_p), template));
5669 ((biginteger_t *)OBJ_PRI_DH_VALUE(key))->
5673 ((biginteger_t *)OBJ_PRI_DH_VALUE(key))->
5702 ((biginteger_t *)OBJ_PRI_DH_VALUE(key))->big_value,
6686 bigint = OBJ_PRI_DH_VALUE(obj);
H A DsoftObject.h560 #define OBJ_PRI_DH_VALUE(o) \ macro
H A DsoftASN1.c593 if ((rv = pad_bigint_attr(OBJ_PRI_DH_VALUE(objp), &tmp_pad)) != CKR_OK)
/illumos-gate/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.c2132 big = OBJ_PRI_DH_VALUE(base_key); in get_base_key_attributes()