Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/rsa/
H A Drsa_impl.c475 bkey->coeff_bytes = in rsa_genkey_pair()
477 bignum2bytestring(bkey->coeff, &(rsakey.pinvmodq), bkey->coeff_bytes); in rsa_genkey_pair()
573 bkey->coeff_bytes == 0 || bkey->coeff == NULL) in rsa_decrypt()
609 bkey->coeff, bkey->coeff_bytes); in rsa_decrypt()
H A Drsa_impl.h115 uint32_t coeff_bytes; /* = q bytes, .... or = p bytes */ member
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftRSA.c174 k.coeff_bytes = coef_len; in soft_rsa_decrypt()
897 k.coeff_bytes = coefficient_len; in soft_rsa_genkey_pair()
950 coefficient, k.coeff_bytes, B_FALSE)) != CKR_OK) { in soft_rsa_genkey_pair()
/illumos-gate/usr/src/uts/common/crypto/io/
H A Drsa.c836 k.coeff_bytes = coef_len; in core_rsa_decrypt()