Home
last modified time | relevance | path

Searched refs:privexpo_bytes (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/crypto/rsa/
H A Drsa_impl.h103 uint32_t privexpo_bytes; member
H A Drsa_impl.c453 bkey->privexpo_bytes = rsakey.d.len * (int)sizeof (BIG_CHUNK_TYPE); in rsa_genkey_pair()
454 bignum2bytestring(bkey->privexpo, &(rsakey.d), bkey->privexpo_bytes); in rsa_genkey_pair()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftRSA.c887 k.privexpo_bytes = private_exponent_len; in soft_rsa_genkey_pair()
920 private_exponent, k.privexpo_bytes, B_FALSE)) != CKR_OK) { in soft_rsa_genkey_pair()