Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.c611 OBJ_PUB_DSA_VALUE(objp))->big_value_len, 8) + in soft_pack_object_size()
860 OBJ_PUB_DSA_VALUE(objp))->big_value_len); in soft_pack_object()
865 OBJ_PUB_DSA_VALUE(objp))->big_value, in soft_pack_object()
867 OBJ_PUB_DSA_VALUE(objp))->big_value_len); in soft_pack_object()
H A DsoftDSA.c417 dst = OBJ_PUB_DSA_VALUE(key); in soft_genDSAkey_set_attribute()
H A DsoftAttributeUtil.c1040 bigint_attr_cleanup(OBJ_PUB_DSA_VALUE( in soft_cleanup_object_bigint_attrs()
3984 OBJ_PUB_DSA_VALUE(object_p), template));
5311 ((biginteger_t *)OBJ_PUB_DSA_VALUE(key))->
5315 ((biginteger_t *)OBJ_PUB_DSA_VALUE(key))->
5339 ((biginteger_t *)OBJ_PUB_DSA_VALUE(key))->big_value,
6696 bigint = OBJ_PUB_DSA_VALUE(obj);
H A DsoftObject.h429 #define OBJ_PUB_DSA_VALUE(o) \ macro
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObject.h301 #define OBJ_PUB_DSA_VALUE(o) \ macro
H A DkernelObjectUtil.c965 big = OBJ_PUB_DSA_VALUE(obj); in kernel_get_object_size()
H A DkernelAttributeUtil.c849 bigint_attr_cleanup(OBJ_PUB_DSA_VALUE( in kernel_cleanup_object_bigint_attrs()
2418 OBJ_PUB_DSA_VALUE(object_p), template)); in kernel_get_public_key_attribute()
3875 bigint = OBJ_PUB_DSA_VALUE(obj); in kernel_find_match_attrs()
H A DkernelUtil.c492 big = OBJ_PUB_DSA_VALUE(object_p); in get_dsa_public_key()