Searched refs:pubexp (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/common/crypto/rsa/ |
H A D | rsa_impl.c | 187 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 D | kmftypes.h | 183 KMF_BIGINT pubexp; member
|
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/ |
H A D | openssl_spi.c | 876 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 D | clasn1.c | 2276 rsa->pubexp.val, rsa->pubexp.len, in DerEncodeRSAPrivateKey()
|
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/ |
H A D | pkcs11_spi.c | 2499 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 D | generalop.c | 1339 kmf_free_bigint(&key->pubexp); in free_raw_rsa()
|