Home
last modified time | relevance | path

Searched refs:pubexp (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/common/crypto/rsa/
H A Drsa_impl.c187 generate_rsa_key(RSAkey *key, int psize, int qsize, BIGNUM *pubexp, in generate_rsa_key() argument
256 if ((brv = big_ext_gcd_pos(&f, &d, &g, pubexp, &a)) != BIG_OK) { in generate_rsa_key()
295 if ((brv = big_ext_gcd_pos(&f, &d, &h, pubexp, &a)) != BIG_OK) { in generate_rsa_key()
301 (void) big_copy(&e, pubexp); in generate_rsa_key()
352 rv = generate_rsa_key(key, psize, qsize, pubexp, rf); in generate_rsa_key()
/illumos-gate/usr/src/lib/libkmf/include/
H A Dkmftypes.h183 KMF_BIGINT pubexp; member
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c876 rsa.pubexp.val = (uchar_t *)PubExp->bv_val; in readAltFormatPrivateKey()
877 rsa.pubexp.len = PubExp->bv_len; in readAltFormatPrivateKey()
3179 if ((e = BN_bin2bn(key->pubexp.val, key->pubexp.len, NULL)) == NULL) in ImportRawRSAKey()
4129 if ((rv = sslBN2KMFBN((BIGNUM *)e, &kmfkey->pubexp)) != KMF_OK) in exportRawRSAKey()
/illumos-gate/usr/src/lib/libkmf/ber_der/common/
H A Dclasn1.c2276 rsa->pubexp.val, rsa->pubexp.len, in DerEncodeRSAPrivateKey()
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c2499 attr2bigint(&(rsa_pri_attrs[i++]), &rawrsa->pubexp); in get_raw_rsa()
3358 rawkey->rawdata.rsa.pubexp.val, in store_raw_key()
3359 rawkey->rawdata.rsa.pubexp.len); in store_raw_key()
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c1339 kmf_free_bigint(&key->pubexp); in free_raw_rsa()