Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.c579 OBJ_PUB_RSA_PUBEXPO(objp))->big_value_len, 8) + in soft_pack_object_size()
791 OBJ_PUB_RSA_PUBEXPO(objp))->big_value_len); in soft_pack_object()
796 OBJ_PUB_RSA_PUBEXPO(objp))->big_value), in soft_pack_object()
798 OBJ_PUB_RSA_PUBEXPO(objp))->big_value_len); in soft_pack_object()
H A DsoftAttributeUtil.c1038 bigint_attr_cleanup(OBJ_PUB_RSA_PUBEXPO( in soft_cleanup_object_bigint_attrs()
3919 OBJ_PUB_RSA_PUBEXPO(object_p), template));
5186 ((biginteger_t *)OBJ_PUB_RSA_PUBEXPO(key))->big_value_len;
5189 ((biginteger_t *)OBJ_PUB_RSA_PUBEXPO(key))->big_value_len;
5199 ((biginteger_t *)OBJ_PUB_RSA_PUBEXPO(key))->big_value,
6761 bigint = OBJ_PUB_RSA_PUBEXPO(obj);
H A DsoftObject.h399 #define OBJ_PUB_RSA_PUBEXPO(o) \ macro
H A DsoftRSA.c767 dst = OBJ_PUB_RSA_PUBEXPO(key); in soft_genRSAkey_set_attribute()
/titanic_41/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObject.h274 #define OBJ_PUB_RSA_PUBEXPO(o) \ macro
H A DkernelObjectUtil.c953 big = OBJ_PUB_RSA_PUBEXPO(obj); in kernel_get_object_size()
H A DkernelAttributeUtil.c838 bigint_attr_cleanup(OBJ_PUB_RSA_PUBEXPO( in kernel_cleanup_object_bigint_attrs()
2363 OBJ_PUB_RSA_PUBEXPO(object_p), template)); in kernel_get_public_key_attribute()
3917 bigint = OBJ_PUB_RSA_PUBEXPO(obj); in kernel_find_match_attrs()
H A DkernelUtil.c448 big = OBJ_PUB_RSA_PUBEXPO(object_p); in get_rsa_public_key()