Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.c684 OBJ_PRI_DSA_PRIME(objp))->big_value_len, 8) + in soft_pack_object_size()
1091 OBJ_PRI_DSA_PRIME(objp))->big_value_len); in soft_pack_object()
1096 OBJ_PRI_DSA_PRIME(objp))->big_value, in soft_pack_object()
1098 OBJ_PRI_DSA_PRIME(objp))->big_value_len); in soft_pack_object()
1100 OBJ_PRI_DSA_PRIME(objp))->big_value_len, 8); in soft_pack_object()
H A DsoftDSA.c426 dst = OBJ_PRI_DSA_PRIME(key); in soft_genDSAkey_set_attribute()
H A DsoftAttributeUtil.c1098 bigint_attr_cleanup(OBJ_PRI_DSA_PRIME( in soft_cleanup_object_bigint_attrs()
4197 OBJ_PRI_DSA_PRIME(object_p), template));
5547 ((biginteger_t *)OBJ_PRI_DSA_PRIME(key))->
5551 ((biginteger_t *)OBJ_PRI_DSA_PRIME(key))->
5575 ((biginteger_t *)OBJ_PRI_DSA_PRIME(key))->big_value,
6853 bigint = OBJ_PRI_DSA_PRIME(obj);
H A DsoftObject.h530 #define OBJ_PRI_DSA_PRIME(o) \ macro
H A DsoftASN1.c449 if ((rv = pad_bigint_attr(OBJ_PRI_DSA_PRIME(objp), &tmp_pad)) != CKR_OK)
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObject.h380 #define OBJ_PRI_DSA_PRIME(o) \ macro
H A DkernelObjectUtil.c1016 big = OBJ_PRI_DSA_PRIME(obj); in kernel_get_object_size()
H A DkernelAttributeUtil.c893 bigint_attr_cleanup(OBJ_PRI_DSA_PRIME( in kernel_cleanup_object_bigint_attrs()
2633 OBJ_PRI_DSA_PRIME(object_p), template)); in kernel_get_private_key_attribute()
4002 bigint = OBJ_PRI_DSA_PRIME(obj); in kernel_find_match_attrs()
H A DkernelUtil.c415 big = OBJ_PRI_DSA_PRIME(object_p); in get_dsa_private_key()