Searched refs:expo2 (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftRSA.c104 uchar_t expo2[MAX_KEY_ATTR_BUFLEN]; local
110 uint32_t expo2_len = sizeof (expo2);
149 rv = soft_get_private_value(key, CKA_EXPONENT_2, expo2, &expo2_len);
177 k.expo2 = expo2;
897 k.expo2 = exponent2;
H A DsoftKeystore.c651 * expo2_len + expo2 + coef_len + coef
1053 /* expo2_len + expo2 */
1353 biginteger_t expo2; local
1371 (void) memset(&expo2, 0x0, sizeof (biginteger_t));
1591 /* expo2 */
1592 if ((rv = soft_unpack_obj_attribute(buf, &expo2,
1596 copy_bigint_attr(&expo2, KEY_PRI_RSA_EXPO2(pvk));
1848 bigint_attr_cleanup(&expo2);
H A DsoftAttributeUtil.c1929 biginteger_t expo2; local
1949 (void) memset(&expo2, 0x0, sizeof (biginteger_t));
2127 rv = get_bigint_attr_from_template(&expo2,
2323 copy_bigint_attr(&expo2, KEY_PRI_RSA_EXPO2(pvk));
2531 bigint_attr_cleanup(&expo2);
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelAttributeUtil.c1445 biginteger_t expo2; local
1463 (void) memset(&expo2, 0x0, sizeof (biginteger_t));
1618 rv = get_bigint_attr_from_template(&expo2,
1754 copy_bigint_attr(&expo2, KEY_PRI_RSA_EXPO2(pvk));
1858 bigint_attr_cleanup(&expo2);

Completed in 34 milliseconds