Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/rsa/
H A Drsa_impl.c462 bkey->prime2_bytes = rsakey.p.len * (int)sizeof (BIG_CHUNK_TYPE); in rsa_genkey_pair()
463 bignum2bytestring(bkey->prime2, &(rsakey.p), bkey->prime2_bytes); in rsa_genkey_pair()
570 bkey->prime2_bytes == 0 || bkey->prime2 == NULL || in rsa_decrypt()
580 if (RSA_key_init(&rsakey, CRYPTO_BYTES2BITS(bkey->prime2_bytes), in rsa_decrypt()
603 bytestring2bignum(&(rsakey.p), bkey->prime2, bkey->prime2_bytes); in rsa_decrypt()
H A Drsa_impl.h109 uint32_t prime2_bytes; member
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftRSA.c168 k.prime2_bytes = prime2_len; in soft_rsa_decrypt()
891 k.prime2_bytes = prime2_len; in soft_rsa_genkey_pair()
935 prime2, k.prime2_bytes, B_FALSE)) != CKR_OK) { in soft_rsa_genkey_pair()
/illumos-gate/usr/src/uts/common/crypto/io/
H A Drsa.c830 k.prime2_bytes = prime2_len; in core_rsa_decrypt()