Home
last modified time | relevance | path

Searched refs:OBJ_PRI_DSA_VALUE (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.c690 OBJ_PRI_DSA_VALUE(objp))->big_value_len, 8) + in soft_pack_object_size()
1130 OBJ_PRI_DSA_VALUE(objp))->big_value_len); in soft_pack_object()
1135 OBJ_PRI_DSA_VALUE(objp))->big_value, in soft_pack_object()
1137 OBJ_PRI_DSA_VALUE(objp))->big_value_len); in soft_pack_object()
H A DsoftDSA.c419 dst = OBJ_PRI_DSA_VALUE(key); in soft_genDSAkey_set_attribute()
H A DsoftAttributeUtil.c1104 bigint_attr_cleanup(OBJ_PRI_DSA_VALUE( in soft_cleanup_object_bigint_attrs()
4250 OBJ_PRI_DSA_VALUE(object_p), template));
5657 ((biginteger_t *)OBJ_PRI_DSA_VALUE(key))->
5661 ((biginteger_t *)OBJ_PRI_DSA_VALUE(key))->
5698 ((biginteger_t *)OBJ_PRI_DSA_VALUE(key))->big_value,
6684 bigint = OBJ_PRI_DSA_VALUE(obj);
H A DsoftObject.h542 #define OBJ_PRI_DSA_VALUE(o) \ macro
H A DsoftASN1.c408 if ((rv = pad_bigint_attr(OBJ_PRI_DSA_VALUE(objp), &tmp_pad)) != CKR_OK)
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObject.h392 #define OBJ_PRI_DSA_VALUE(o) \ macro
H A DkernelObjectUtil.c1022 big = OBJ_PRI_DSA_VALUE(obj); in kernel_get_object_size()
H A DkernelAttributeUtil.c899 bigint_attr_cleanup(OBJ_PRI_DSA_VALUE( in kernel_cleanup_object_bigint_attrs()
2669 OBJ_PRI_DSA_VALUE(object_p), template)); in kernel_get_private_key_attribute()
3868 bigint = OBJ_PRI_DSA_VALUE(obj); in kernel_find_match_attrs()
H A DkernelUtil.c430 big = OBJ_PRI_DSA_VALUE(object_p); in get_dsa_private_key()