Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.c667 OBJ_PRI_DSA_PRIME(objp))->big_value_len, 8) + in soft_pack_object_size()
1074 OBJ_PRI_DSA_PRIME(objp))->big_value_len); in soft_pack_object()
1079 OBJ_PRI_DSA_PRIME(objp))->big_value, in soft_pack_object()
1081 OBJ_PRI_DSA_PRIME(objp))->big_value_len); in soft_pack_object()
1083 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.c1107 bigint_attr_cleanup(OBJ_PRI_DSA_PRIME( in soft_cleanup_object_bigint_attrs()
4208 OBJ_PRI_DSA_PRIME(object_p), template));
5558 ((biginteger_t *)OBJ_PRI_DSA_PRIME(key))->
5562 ((biginteger_t *)OBJ_PRI_DSA_PRIME(key))->
5586 ((biginteger_t *)OBJ_PRI_DSA_PRIME(key))->big_value,
6863 bigint = OBJ_PRI_DSA_PRIME(obj);
H A DsoftObject.h526 #define OBJ_PRI_DSA_PRIME(o) \ macro
H A DsoftASN1.c451 if ((rv = pad_bigint_attr(OBJ_PRI_DSA_PRIME(objp), &tmp_pad)) != CKR_OK)
/titanic_44/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.c526 big = OBJ_PRI_DSA_PRIME(object_p); in get_dsa_private_key()