Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.c650 OBJ_PRI_RSA_PRIME1(objp))->big_value_len, 8) + in soft_pack_object_size()
1006 OBJ_PRI_RSA_PRIME1(objp))->big_value_len); in soft_pack_object()
1011 OBJ_PRI_RSA_PRIME1(objp))->big_value, in soft_pack_object()
1013 OBJ_PRI_RSA_PRIME1(objp))->big_value_len); in soft_pack_object()
1015 OBJ_PRI_RSA_PRIME1(objp))->big_value_len, 8); in soft_pack_object()
H A DsoftAttributeUtil.c1094 bigint_attr_cleanup(OBJ_PRI_RSA_PRIME1( in soft_cleanup_object_bigint_attrs()
4147 OBJ_PRI_RSA_PRIME1(object_p), template));
5425 ((biginteger_t *)OBJ_PRI_RSA_PRIME1(key))->big_value_len;
5428 ((biginteger_t *)OBJ_PRI_RSA_PRIME1(key))->big_value_len;
5441 ((biginteger_t *)OBJ_PRI_RSA_PRIME1(key))->big_value,
6786 bigint = OBJ_PRI_RSA_PRIME1(obj);
H A DsoftObject.h500 #define OBJ_PRI_RSA_PRIME1(o) \ macro
H A DsoftRSA.c779 dst = OBJ_PRI_RSA_PRIME1(key); in soft_genRSAkey_set_attribute()
H A DsoftASN1.c233 if ((rv = pad_bigint_attr(OBJ_PRI_RSA_PRIME1(objp), &tmp_pad)) !=
/titanic_41/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObject.h354 #define OBJ_PRI_RSA_PRIME1(o) \ macro
H A DkernelObjectUtil.c990 big = OBJ_PRI_RSA_PRIME1(obj); /* optional */ in kernel_get_object_size()
H A DkernelAttributeUtil.c880 bigint_attr_cleanup(OBJ_PRI_RSA_PRIME1( in kernel_cleanup_object_bigint_attrs()
2572 OBJ_PRI_RSA_PRIME1(object_p), template)); in kernel_get_private_key_attribute()
3942 bigint = OBJ_PRI_RSA_PRIME1(obj); in kernel_find_match_attrs()
H A DkernelUtil.c350 big = OBJ_PRI_RSA_PRIME1(object_p); in get_rsa_private_key()