Searched refs:expo2 (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softRSA.c | 98 uchar_t expo2[MAX_KEY_ATTR_BUFLEN]; in soft_rsa_decrypt() local 104 uint32_t expo2_len = sizeof (expo2); in soft_rsa_decrypt() 143 rv = soft_get_private_value(key, CKA_EXPONENT_2, expo2, &expo2_len); in soft_rsa_decrypt() 171 k.expo2 = expo2; in soft_rsa_decrypt() 894 k.expo2 = exponent2; in soft_rsa_genkey_pair()
|
H A D | softKeystore.c | 1343 biginteger_t expo2; in soft_unpack_object() local 1361 (void) memset(&expo2, 0x0, sizeof (biginteger_t)); in soft_unpack_object() 1582 if ((rv = soft_unpack_obj_attribute(buf, &expo2, in soft_unpack_object() 1586 copy_bigint_attr(&expo2, KEY_PRI_RSA_EXPO2(pvk)); in soft_unpack_object() 1838 bigint_attr_cleanup(&expo2); in soft_unpack_object()
|
H A D | softAttributeUtil.c | 1890 biginteger_t expo2; local 1910 (void) memset(&expo2, 0x0, sizeof (biginteger_t)); 2088 rv = get_bigint_attr_from_template(&expo2, 2281 copy_bigint_attr(&expo2, KEY_PRI_RSA_EXPO2(pvk)); 2483 bigint_attr_cleanup(&expo2);
|
/titanic_41/usr/src/common/crypto/rsa/ |
H A D | rsa_impl.h | 114 uchar_t *expo2; /* = d mod (q - 1) */ member
|
H A D | rsa_impl.c | 472 bignum2bytestring(bkey->expo2, in rsa_genkey_pair() 572 bkey->expo2_bytes == 0 || bkey->expo2 == NULL || in rsa_decrypt() 607 bkey->expo2, bkey->expo2_bytes); in rsa_decrypt()
|
/titanic_41/usr/src/uts/common/crypto/io/ |
H A D | rsa.c | 794 uchar_t *modulus, *prime1, *prime2, *expo1, *expo2, *coef; in core_rsa_decrypt() local 818 (crypto_get_key_attr(key, SUN_CKA_EXPONENT_2, &expo2, &expo2_len) in core_rsa_decrypt() 833 k.expo2 = expo2; in core_rsa_decrypt()
|
/titanic_41/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelAttributeUtil.c | 1407 biginteger_t expo2; in kernel_build_private_key_object() local 1425 (void) memset(&expo2, 0x0, sizeof (biginteger_t)); in kernel_build_private_key_object() 1580 rv = get_bigint_attr_from_template(&expo2, in kernel_build_private_key_object() 1716 copy_bigint_attr(&expo2, KEY_PRI_RSA_EXPO2(pvk)); in kernel_build_private_key_object() 1809 bigint_attr_cleanup(&expo2); in kernel_build_private_key_object()
|