Home
last modified time | relevance | path

Searched refs:OBJ_PRI_RSA_PUBEXPO (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.c646 OBJ_PRI_RSA_PUBEXPO(objp))->big_value_len, 8) + in soft_pack_object_size()
980 OBJ_PRI_RSA_PUBEXPO(objp))->big_value_len); in soft_pack_object()
985 OBJ_PRI_RSA_PUBEXPO(objp))->big_value, in soft_pack_object()
987 OBJ_PRI_RSA_PUBEXPO(objp))->big_value_len); in soft_pack_object()
989 OBJ_PRI_RSA_PUBEXPO(objp))->big_value_len, 8); in soft_pack_object()
H A DsoftObject.h492 #define OBJ_PRI_RSA_PUBEXPO(o) \ macro
H A DsoftRSA.c769 dst = OBJ_PRI_RSA_PUBEXPO(key); in soft_genRSAkey_set_attribute()
H A DsoftAttributeUtil.c1090 bigint_attr_cleanup(OBJ_PRI_RSA_PUBEXPO( in soft_cleanup_object_bigint_attrs()
4127 OBJ_PRI_RSA_PUBEXPO(object_p), template));
6763 bigint = OBJ_PRI_RSA_PUBEXPO(obj);
H A DsoftASN1.c212 if ((rv = pad_bigint_attr(OBJ_PRI_RSA_PUBEXPO(objp), &tmp_pad)) !=
/titanic_50/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObject.h346 #define OBJ_PRI_RSA_PUBEXPO(o) \ macro
H A DkernelObjectUtil.c982 big = OBJ_PRI_RSA_PUBEXPO(obj); /* optional */ in kernel_get_object_size()
H A DkernelAttributeUtil.c876 bigint_attr_cleanup(OBJ_PRI_RSA_PUBEXPO( in kernel_cleanup_object_bigint_attrs()
2552 OBJ_PRI_RSA_PUBEXPO(object_p), template)); in kernel_get_private_key_attribute()
3919 bigint = OBJ_PRI_RSA_PUBEXPO(obj); in kernel_find_match_attrs()