Home
last modified time | relevance | path

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

/titanic_44/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()
/titanic_44/usr/src/lib/libkmf/include/
H A Dkmftypes.h183 KMF_BIGINT pubexp; member
/titanic_44/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c893 rsa.pubexp.val = (uchar_t *)PubExp->bv_val; in readAltFormatPrivateKey()
894 rsa.pubexp.len = PubExp->bv_len; in readAltFormatPrivateKey()
3141 if ((rsa->e = BN_bin2bn(key->pubexp.val, key->pubexp.len, rsa->e)) == in ImportRawRSAKey()
4086 if ((rv = sslBN2KMFBN(rsa->e, &kmfkey->pubexp)) != KMF_OK) in exportRawRSAKey()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/kssl/kssladm/
H A Dkssladm_create.c139 priv_key_bignums[1] = rsa->rawdata.rsa.pubexp; in kmf_to_kssl()
/titanic_44/usr/src/lib/libkmf/ber_der/common/
H A Dclasn1.c2276 rsa->pubexp.val, rsa->pubexp.len, in DerEncodeRSAPrivateKey()
/titanic_44/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c2499 attr2bigint(&(rsa_pri_attrs[i++]), &rawrsa->pubexp); in get_raw_rsa()
3357 rawkey->rawdata.rsa.pubexp.val, in store_raw_key()
3358 rawkey->rawdata.rsa.pubexp.len); in store_raw_key()
/titanic_44/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c1339 kmf_free_bigint(&key->pubexp); in free_raw_rsa()