Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.c658 OBJ_PRI_RSA_COEF(objp))->big_value_len, 8) + in soft_pack_object_size()
1058 OBJ_PRI_RSA_COEF(objp))->big_value_len); in soft_pack_object()
1063 OBJ_PRI_RSA_COEF(objp))->big_value, in soft_pack_object()
1065 OBJ_PRI_RSA_COEF(objp))->big_value_len); in soft_pack_object()
1067 OBJ_PRI_RSA_COEF(objp))->big_value_len, 8); in soft_pack_object()
H A DsoftAttributeUtil.c1102 bigint_attr_cleanup(OBJ_PRI_RSA_COEF( in soft_cleanup_object_bigint_attrs()
4187 OBJ_PRI_RSA_COEF(object_p), template));
5529 ((biginteger_t *)OBJ_PRI_RSA_COEF(key))->big_value_len;
5532 ((biginteger_t *)OBJ_PRI_RSA_COEF(key))->big_value_len;
5545 ((biginteger_t *)OBJ_PRI_RSA_COEF(key))->big_value,
6826 bigint = OBJ_PRI_RSA_COEF(obj);
H A DsoftObject.h516 #define OBJ_PRI_RSA_COEF(o) \ macro
H A DsoftRSA.c799 dst = OBJ_PRI_RSA_COEF(key); in soft_genRSAkey_set_attribute()
H A DsoftASN1.c271 if ((rv = pad_bigint_attr(OBJ_PRI_RSA_COEF(objp), &tmp_pad)) != CKR_OK)
/titanic_44/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObject.h370 #define OBJ_PRI_RSA_COEF(o) \ macro
H A DkernelObjectUtil.c1010 big = OBJ_PRI_RSA_COEF(obj); /* optional */ in kernel_get_object_size()
H A DkernelAttributeUtil.c888 bigint_attr_cleanup(OBJ_PRI_RSA_COEF( in kernel_cleanup_object_bigint_attrs()
2612 OBJ_PRI_RSA_COEF(object_p), template)); in kernel_get_private_key_attribute()
3982 bigint = OBJ_PRI_RSA_COEF(obj); in kernel_find_match_attrs()
H A DkernelUtil.c396 big = OBJ_PRI_RSA_COEF(object_p); in get_rsa_private_key()