Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.c605 OBJ_PUB_DSA_PRIME(objp))->big_value_len, 8) + in soft_pack_object_size()
821 OBJ_PUB_DSA_PRIME(objp))->big_value_len); in soft_pack_object()
826 OBJ_PUB_DSA_PRIME(objp))->big_value, in soft_pack_object()
828 OBJ_PUB_DSA_PRIME(objp))->big_value_len); in soft_pack_object()
830 OBJ_PUB_DSA_PRIME(objp))->big_value_len, 8); in soft_pack_object()
H A DsoftDSA.c424 dst = OBJ_PUB_DSA_PRIME(key); in soft_genDSAkey_set_attribute()
H A DsoftAttributeUtil.c1034 bigint_attr_cleanup(OBJ_PUB_DSA_PRIME( in soft_cleanup_object_bigint_attrs()
3927 OBJ_PUB_DSA_PRIME(object_p), template));
5201 ((biginteger_t *)OBJ_PUB_DSA_PRIME(key))->
5205 ((biginteger_t *)OBJ_PUB_DSA_PRIME(key))->
5229 ((biginteger_t *)OBJ_PUB_DSA_PRIME(key))->big_value,
6839 bigint = OBJ_PUB_DSA_PRIME(obj);
H A DsoftObject.h417 #define OBJ_PUB_DSA_PRIME(o) \ macro
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObject.h289 #define OBJ_PUB_DSA_PRIME(o) \ macro
H A DkernelObjectUtil.c959 big = OBJ_PUB_DSA_PRIME(obj); in kernel_get_object_size()
H A DkernelAttributeUtil.c843 bigint_attr_cleanup(OBJ_PUB_DSA_PRIME( in kernel_cleanup_object_bigint_attrs()
2382 OBJ_PUB_DSA_PRIME(object_p), template)); in kernel_get_public_key_attribute()
3994 bigint = OBJ_PUB_DSA_PRIME(obj); in kernel_find_match_attrs()
H A DkernelUtil.c477 big = OBJ_PUB_DSA_PRIME(object_p); in get_dsa_public_key()