Searched defs:pubexpo (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/common/crypto/rsa/
H A Drsa_impl.h106 uchar_t *pubexpo; /* e */ member in struct:__anon1967
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.c574 * pubexpo_len + pubexpo
638 * modulus_len + modulus + pubexpo_len + pubexpo +
789 /* pubexpo_len + pubexpo */
978 /* pubexpo_len + pubexpo */
1333 biginteger_t pubexpo; local
1351 (void) memset(&pubexpo, 0x0, sizeof (biginteger_t));
1391 /* pubexpo */
1392 if ((rv = soft_unpack_obj_attribute(buf, &pubexpo,
1396 copy_bigint_attr(&pubexpo, KEY_PUB_RSA_PUBEXPO(pbk));
1536 /* pubexpo */
[all...]
H A DsoftAttributeUtil.c1307 biginteger_t pubexpo; local
1326 (void) memset(&pubexpo, 0x0, sizeof (biginteger_t));
1448 rv = get_bigint_attr_from_template(&pubexpo,
1602 * it is safe to move modulus and pubexpo
1609 copy_bigint_attr(&pubexpo,
1642 rv = get_bigint_attr_from_template(&pubexpo,
1651 copy_bigint_attr(&pubexpo, KEY_PUB_RSA_PUBEXPO(pbk));
1814 bigint_attr_cleanup(&pubexpo);
1886 biginteger_t pubexpo; local
1906 (void) memset(&pubexpo,
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelAttributeUtil.c1023 biginteger_t pubexpo; local
1036 (void) memset(&pubexpo, 0x0, sizeof (biginteger_t));
1138 rv = get_bigint_attr_from_template(&pubexpo,
1250 copy_bigint_attr(&pubexpo,
1331 bigint_attr_cleanup(&pubexpo);
1403 biginteger_t pubexpo; local
1421 (void) memset(&pubexpo, 0x0, sizeof (biginteger_t));
1540 rv = get_bigint_attr_from_template(&pubexpo,
1700 copy_bigint_attr(&pubexpo, KEY_PRI_RSA_PUBEXPO(pvk));
1805 bigint_attr_cleanup(&pubexpo);
[all...]

Completed in 101 milliseconds