Searched refs:pubexpo_bytes (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/crypto/rsa/
H A Drsa_impl.c429 if (bkey->pubexpo_bytes == 0 || bkey->pubexpo == NULL)
451 CHARLEN2BIGNUMLEN(bkey->pubexpo_bytes)) != BIG_OK) {
455 bytestring2bignum(&public_exponent, bkey->pubexpo, bkey->pubexpo_bytes);
472 bkey->pubexpo_bytes = rsakey.e.len * (int)sizeof (BIG_CHUNK_TYPE);
473 bignum2bytestring(bkey->pubexpo, &(rsakey.e), bkey->pubexpo_bytes);
522 bkey->pubexpo_bytes == 0 || bkey->pubexpo == NULL)
528 if (bkey->pubexpo_bytes > modulus_bytes) {
546 bytestring2bignum(&(rsakey.e), bkey->pubexpo, bkey->pubexpo_bytes);
H A Drsa_impl.h105 uint32_t pubexpo_bytes; member in struct:__anon2132
/opensolaris-onvv-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftRSA.c78 k.pubexpo_bytes = expo_len;
889 k.pubexpo_bytes = pub_expo_len;
933 pub_expo, k.pubexpo_bytes, B_FALSE)) != CKR_OK) {
/opensolaris-onvv-gate/usr/src/common/crypto/fips/
H A Dfips_rsa_util.c511 rsa_private_key.bkey.pubexpo_bytes = FIPS_RSA_PUBLIC_EXPONENT_LENGTH;
533 rsa_private_key.bkey.pubexpo_bytes = FIPS_RSA_PUBLIC_EXPONENT_LENGTH;
/opensolaris-onvv-gate/usr/src/uts/common/crypto/io/
H A Drsa.c706 k.pubexpo_bytes = expo_len;

Completed in 56 milliseconds