Searched refs:pubexpo (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/common/crypto/rsa/ |
H A D | rsa_impl.c | 413 if (bkey->pubexpo_bytes == 0 || bkey->pubexpo == NULL) in rsa_genkey_pair() 439 bytestring2bignum(&public_exponent, bkey->pubexpo, bkey->pubexpo_bytes); in rsa_genkey_pair() 457 bignum2bytestring(bkey->pubexpo, &(rsakey.e), bkey->pubexpo_bytes); in rsa_genkey_pair() 502 bkey->pubexpo_bytes == 0 || bkey->pubexpo == NULL) in rsa_encrypt() 526 bytestring2bignum(&(rsakey.e), bkey->pubexpo, bkey->pubexpo_bytes); in rsa_encrypt()
|
H A D | rsa_impl.h | 106 uchar_t *pubexpo; /* e */ member
|
/titanic_41/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelAttributeUtil.c | 1023 biginteger_t pubexpo; in kernel_build_public_key_object() local 1036 (void) memset(&pubexpo, 0x0, sizeof (biginteger_t)); in kernel_build_public_key_object() 1138 rv = get_bigint_attr_from_template(&pubexpo, in kernel_build_public_key_object() 1250 copy_bigint_attr(&pubexpo, in kernel_build_public_key_object() 1331 bigint_attr_cleanup(&pubexpo); in kernel_build_public_key_object() 1403 biginteger_t pubexpo; in kernel_build_private_key_object() local 1421 (void) memset(&pubexpo, 0x0, sizeof (biginteger_t)); in kernel_build_private_key_object() 1540 rv = get_bigint_attr_from_template(&pubexpo, in kernel_build_private_key_object() 1700 copy_bigint_attr(&pubexpo, KEY_PRI_RSA_PUBEXPO(pvk)); in kernel_build_private_key_object() 1805 bigint_attr_cleanup(&pubexpo); in kernel_build_private_key_object()
|
/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softKeystore.c | 1333 biginteger_t pubexpo; in soft_unpack_object() local 1351 (void) memset(&pubexpo, 0x0, sizeof (biginteger_t)); in soft_unpack_object() 1392 if ((rv = soft_unpack_obj_attribute(buf, &pubexpo, in soft_unpack_object() 1396 copy_bigint_attr(&pubexpo, KEY_PUB_RSA_PUBEXPO(pbk)); in soft_unpack_object() 1537 if ((rv = soft_unpack_obj_attribute(buf, &pubexpo, in soft_unpack_object() 1541 copy_bigint_attr(&pubexpo, KEY_PRI_RSA_PUBEXPO(pvk)); in soft_unpack_object() 1815 bigint_attr_cleanup(&pubexpo); in soft_unpack_object() 1834 bigint_attr_cleanup(&pubexpo); in soft_unpack_object()
|
H A D | softAttributeUtil.c | 1307 biginteger_t pubexpo; local 1326 (void) memset(&pubexpo, 0x0, sizeof (biginteger_t)); 1448 rv = get_bigint_attr_from_template(&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, 0x0, sizeof (biginteger_t)); 2047 rv = get_bigint_attr_from_template(&pubexpo, [all …]
|
H A D | softRSA.c | 75 k.pubexpo = expo; in soft_rsa_encrypt() 880 k.pubexpo = pub_expo; in soft_rsa_genkey_pair()
|
/titanic_41/usr/src/uts/common/crypto/io/ |
H A D | rsa.c | 684 k.pubexpo = expo; in core_rsa_encrypt()
|