Home
last modified time | relevance | path

Searched refs:expo2_bytes (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/common/crypto/rsa/
H A Drsa_impl.c470 bkey->expo2_bytes = in rsa_genkey_pair()
473 &(rsakey.dmodpminus1), bkey->expo2_bytes); in rsa_genkey_pair()
572 bkey->expo2_bytes == 0 || bkey->expo2 == NULL || in rsa_decrypt()
607 bkey->expo2, bkey->expo2_bytes); in rsa_decrypt()
H A Drsa_impl.h113 uint32_t expo2_bytes; member
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftRSA.c172 k.expo2_bytes = expo2_len; in soft_rsa_decrypt()
895 k.expo2_bytes = exponent2_len; in soft_rsa_genkey_pair()
945 exponent2, k.expo2_bytes, B_FALSE)) != CKR_OK) { in soft_rsa_genkey_pair()
/illumos-gate/usr/src/uts/common/crypto/io/
H A Drsa.c834 k.expo2_bytes = expo2_len; in core_rsa_decrypt()