Home
last modified time | relevance | path

Searched refs:priexpo (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.c1356 biginteger_t priexpo; in soft_unpack_object() local
1374 (void) memset(&priexpo, 0x0, sizeof (biginteger_t)); in soft_unpack_object()
1563 if ((rv = soft_unpack_obj_attribute(buf, &priexpo, in soft_unpack_object()
1567 copy_bigint_attr(&priexpo, KEY_PRI_RSA_PRIEXPO(pvk)); in soft_unpack_object()
1846 bigint_attr_cleanup(&priexpo); in soft_unpack_object()
H A DsoftAttributeUtil.c1869 biginteger_t priexpo; local
1890 (void) memset(&priexpo, 0x0, sizeof (biginteger_t));
2045 rv = get_bigint_attr_from_template(&priexpo,
2246 copy_bigint_attr(&priexpo, KEY_PRI_RSA_PRIEXPO(pvk));
2463 bigint_attr_cleanup(&priexpo);
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelAttributeUtil.c1397 biginteger_t priexpo; in kernel_build_private_key_object() local
1416 (void) memset(&priexpo, 0x0, sizeof (biginteger_t)); in kernel_build_private_key_object()
1548 rv = get_bigint_attr_from_template(&priexpo, in kernel_build_private_key_object()
1691 copy_bigint_attr(&priexpo, KEY_PRI_RSA_PRIEXPO(pvk)); in kernel_build_private_key_object()
1800 bigint_attr_cleanup(&priexpo); in kernel_build_private_key_object()