Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.c644 OBJ_PRI_RSA_MOD(objp))->big_value_len, 8) + in soft_pack_object_size()
967 OBJ_PRI_RSA_MOD(objp))->big_value_len); in soft_pack_object()
972 OBJ_PRI_RSA_MOD(objp))->big_value, in soft_pack_object()
974 OBJ_PRI_RSA_MOD(objp))->big_value_len); in soft_pack_object()
976 OBJ_PRI_RSA_MOD(objp))->big_value_len, 8); in soft_pack_object()
H A DsoftAttributeUtil.c1088 bigint_attr_cleanup(OBJ_PRI_RSA_MOD( in soft_cleanup_object_bigint_attrs()
4117 OBJ_PRI_RSA_MOD(object_p), template));
5379 ((biginteger_t *)OBJ_PRI_RSA_MOD(key))->big_value_len;
5382 ((biginteger_t *)OBJ_PRI_RSA_MOD(key))->big_value_len;
5392 ((biginteger_t *)OBJ_PRI_RSA_MOD(key))->big_value,
6735 bigint = OBJ_PRI_RSA_MOD(obj);
H A DsoftObject.h488 #define OBJ_PRI_RSA_MOD(o) \ macro
H A DsoftRSA.c761 dst = OBJ_PRI_RSA_MOD(key); in soft_genRSAkey_set_attribute()
H A DsoftASN1.c203 if ((rv = pad_bigint_attr(OBJ_PRI_RSA_MOD(objp), &tmp_pad)) != CKR_OK)
/titanic_50/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObject.h342 #define OBJ_PRI_RSA_MOD(o) \ macro
H A DkernelObjectUtil.c979 big = OBJ_PRI_RSA_MOD(obj); in kernel_get_object_size()
H A DkernelAttributeUtil.c874 bigint_attr_cleanup(OBJ_PRI_RSA_MOD( in kernel_cleanup_object_bigint_attrs()
2542 OBJ_PRI_RSA_MOD(object_p), template)); in kernel_get_private_key_attribute()
3891 bigint = OBJ_PRI_RSA_MOD(obj); in kernel_find_match_attrs()
H A DkernelUtil.c321 big = OBJ_PRI_RSA_MOD(object_p); in get_rsa_private_key()