Home
last modified time | relevance | path

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

/titanic_44/usr/src/common/crypto/rsa/
H A Drsa_impl.c465 bkey->expo1_bytes = in rsa_genkey_pair()
468 bkey->expo1_bytes); in rsa_genkey_pair()
571 bkey->expo1_bytes == 0 || bkey->expo1 == NULL || in rsa_decrypt()
605 bkey->expo1, bkey->expo1_bytes); in rsa_decrypt()
H A Drsa_impl.h111 uint32_t expo1_bytes; member
/titanic_44/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftRSA.c170 k.expo1_bytes = expo1_len; in soft_rsa_decrypt()
893 k.expo1_bytes = exponent1_len; in soft_rsa_genkey_pair()
940 exponent1, k.expo1_bytes, B_FALSE)) != CKR_OK) { in soft_rsa_genkey_pair()
/titanic_44/usr/src/uts/common/crypto/io/
H A Drsa.c832 k.expo1_bytes = expo1_len; in core_rsa_decrypt()