Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.c1339 biginteger_t priexpo; in soft_unpack_object() local
1357 (void) memset(&priexpo, 0x0, sizeof (biginteger_t)); in soft_unpack_object()
1546 if ((rv = soft_unpack_obj_attribute(buf, &priexpo, in soft_unpack_object()
1550 copy_bigint_attr(&priexpo, KEY_PRI_RSA_PRIEXPO(pvk)); in soft_unpack_object()
1829 bigint_attr_cleanup(&priexpo); in soft_unpack_object()
H A DsoftAttributeUtil.c1880 biginteger_t priexpo; local
1901 (void) memset(&priexpo, 0x0, sizeof (biginteger_t));
2056 rv = get_bigint_attr_from_template(&priexpo,
2257 copy_bigint_attr(&priexpo, KEY_PRI_RSA_PRIEXPO(pvk));
2474 bigint_attr_cleanup(&priexpo);
/titanic_41/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()