Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.c596 OBJ_PUB_RSA_PUBEXPO(objp))->big_value_len, 8) + in soft_pack_object_size()
808 OBJ_PUB_RSA_PUBEXPO(objp))->big_value_len); in soft_pack_object()
813 OBJ_PUB_RSA_PUBEXPO(objp))->big_value), in soft_pack_object()
815 OBJ_PUB_RSA_PUBEXPO(objp))->big_value_len); in soft_pack_object()
H A DsoftAttributeUtil.c1029 bigint_attr_cleanup(OBJ_PUB_RSA_PUBEXPO( in soft_cleanup_object_bigint_attrs()
3908 OBJ_PUB_RSA_PUBEXPO(object_p), template));
5175 ((biginteger_t *)OBJ_PUB_RSA_PUBEXPO(key))->big_value_len;
5178 ((biginteger_t *)OBJ_PUB_RSA_PUBEXPO(key))->big_value_len;
5188 ((biginteger_t *)OBJ_PUB_RSA_PUBEXPO(key))->big_value,
6751 bigint = OBJ_PUB_RSA_PUBEXPO(obj);
H A DsoftObject.h403 #define OBJ_PUB_RSA_PUBEXPO(o) \ macro
H A DsoftRSA.c767 dst = OBJ_PUB_RSA_PUBEXPO(key); in soft_genRSAkey_set_attribute()
/illumos-gate/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.c340 big = OBJ_PUB_RSA_PUBEXPO(object_p); in get_rsa_public_key()