Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.c665 OBJ_PRI_RSA_PRIEXPO(objp))->big_value_len, 8) + in soft_pack_object_size()
1010 OBJ_PRI_RSA_PRIEXPO(objp))->big_value_len); in soft_pack_object()
1015 OBJ_PRI_RSA_PRIEXPO(objp))->big_value, in soft_pack_object()
1017 OBJ_PRI_RSA_PRIEXPO(objp))->big_value_len); in soft_pack_object()
1019 OBJ_PRI_RSA_PRIEXPO(objp))->big_value_len, 8); in soft_pack_object()
H A DsoftAttributeUtil.c1083 bigint_attr_cleanup(OBJ_PRI_RSA_PRIEXPO( in soft_cleanup_object_bigint_attrs()
4126 OBJ_PRI_RSA_PRIEXPO(object_p), template));
5391 ((biginteger_t *)OBJ_PRI_RSA_PRIEXPO(key))->big_value_len;
5394 ((biginteger_t *)OBJ_PRI_RSA_PRIEXPO(key))->big_value_len;
5404 ((biginteger_t *)OBJ_PRI_RSA_PRIEXPO(key))->big_value,
6766 bigint = OBJ_PRI_RSA_PRIEXPO(obj);
H A DsoftObject.h500 #define OBJ_PRI_RSA_PRIEXPO(o) \ macro
H A DsoftRSA.c774 dst = OBJ_PRI_RSA_PRIEXPO(key); in soft_genRSAkey_set_attribute()
H A DsoftASN1.c224 if ((rv = pad_bigint_attr(OBJ_PRI_RSA_PRIEXPO(objp), &tmp_pad)) !=
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObject.h350 #define OBJ_PRI_RSA_PRIEXPO(o) \ macro
H A DkernelObjectUtil.c987 big = OBJ_PRI_RSA_PRIEXPO(obj); in kernel_get_object_size()
H A DkernelAttributeUtil.c878 bigint_attr_cleanup(OBJ_PRI_RSA_PRIEXPO( in kernel_cleanup_object_bigint_attrs()
2562 OBJ_PRI_RSA_PRIEXPO(object_p), template)); in kernel_get_private_key_attribute()
3932 bigint = OBJ_PRI_RSA_PRIEXPO(obj); in kernel_find_match_attrs()
H A DkernelUtil.c227 big = OBJ_PRI_RSA_PRIEXPO(object_p); in get_rsa_private_key()