Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.c673 OBJ_PRI_RSA_EXPO2(objp))->big_value_len, 8) + in soft_pack_object_size()
1062 OBJ_PRI_RSA_EXPO2(objp))->big_value_len); in soft_pack_object()
1067 OBJ_PRI_RSA_EXPO2(objp))->big_value, in soft_pack_object()
1069 OBJ_PRI_RSA_EXPO2(objp))->big_value_len); in soft_pack_object()
1071 OBJ_PRI_RSA_EXPO2(objp))->big_value_len, 8); in soft_pack_object()
H A DsoftAttributeUtil.c1091 bigint_attr_cleanup(OBJ_PRI_RSA_EXPO2( in soft_cleanup_object_bigint_attrs()
4166 OBJ_PRI_RSA_EXPO2(object_p), template));
5492 ((biginteger_t *)OBJ_PRI_RSA_EXPO2(key))->big_value_len;
5495 ((biginteger_t *)OBJ_PRI_RSA_EXPO2(key))->big_value_len;
5508 ((biginteger_t *)OBJ_PRI_RSA_EXPO2(key))->big_value,
6806 bigint = OBJ_PRI_RSA_EXPO2(obj);
H A DsoftObject.h516 #define OBJ_PRI_RSA_EXPO2(o) \ macro
H A DsoftRSA.c794 dst = OBJ_PRI_RSA_EXPO2(key); in soft_genRSAkey_set_attribute()
H A DsoftASN1.c263 if ((rv = pad_bigint_attr(OBJ_PRI_RSA_EXPO2(objp), &tmp_pad)) != CKR_OK)
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObject.h366 #define OBJ_PRI_RSA_EXPO2(o) \ macro
H A DkernelObjectUtil.c1005 big = OBJ_PRI_RSA_EXPO2(obj); /* optional */ in kernel_get_object_size()
H A DkernelAttributeUtil.c886 bigint_attr_cleanup(OBJ_PRI_RSA_EXPO2( in kernel_cleanup_object_bigint_attrs()
2602 OBJ_PRI_RSA_EXPO2(object_p), template)); in kernel_get_private_key_attribute()
3972 bigint = OBJ_PRI_RSA_EXPO2(obj); in kernel_find_match_attrs()
H A DkernelUtil.c276 big = OBJ_PRI_RSA_EXPO2(object_p); in get_rsa_private_key()