Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.c671 OBJ_PRI_RSA_EXPO1(objp))->big_value_len, 8) + in soft_pack_object_size()
1049 OBJ_PRI_RSA_EXPO1(objp))->big_value_len); in soft_pack_object()
1054 OBJ_PRI_RSA_EXPO1(objp))->big_value, in soft_pack_object()
1056 OBJ_PRI_RSA_EXPO1(objp))->big_value_len); in soft_pack_object()
1058 OBJ_PRI_RSA_EXPO1(objp))->big_value_len, 8); in soft_pack_object()
H A DsoftAttributeUtil.c1089 bigint_attr_cleanup(OBJ_PRI_RSA_EXPO1( in soft_cleanup_object_bigint_attrs()
4156 OBJ_PRI_RSA_EXPO1(object_p), template));
5466 ((biginteger_t *)OBJ_PRI_RSA_EXPO1(key))->big_value_len;
5469 ((biginteger_t *)OBJ_PRI_RSA_EXPO1(key))->big_value_len;
5482 ((biginteger_t *)OBJ_PRI_RSA_EXPO1(key))->big_value,
6796 bigint = OBJ_PRI_RSA_EXPO1(obj);
H A DsoftObject.h512 #define OBJ_PRI_RSA_EXPO1(o) \ macro
H A DsoftRSA.c789 dst = OBJ_PRI_RSA_EXPO1(key); in soft_genRSAkey_set_attribute()
H A DsoftASN1.c254 if ((rv = pad_bigint_attr(OBJ_PRI_RSA_EXPO1(objp), &tmp_pad)) != CKR_OK)
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObject.h362 #define OBJ_PRI_RSA_EXPO1(o) \ macro
H A DkernelObjectUtil.c1000 big = OBJ_PRI_RSA_EXPO1(obj); /* optional */ in kernel_get_object_size()
H A DkernelAttributeUtil.c884 bigint_attr_cleanup(OBJ_PRI_RSA_EXPO1( in kernel_cleanup_object_bigint_attrs()
2592 OBJ_PRI_RSA_EXPO1(object_p), template)); in kernel_get_private_key_attribute()
3962 bigint = OBJ_PRI_RSA_EXPO1(obj); in kernel_find_match_attrs()
H A DkernelUtil.c264 big = OBJ_PRI_RSA_EXPO1(object_p); in get_rsa_private_key()