Home | History | Annotate | Download | only in openssl

Lines Matching full:bignum

95 OPENSSL_EXPORT void RSA_get0_key(const RSA *rsa, const BIGNUM **out_n,
96 const BIGNUM **out_e, const BIGNUM **out_d);
101 OPENSSL_EXPORT void RSA_get0_factors(const RSA *rsa, const BIGNUM **out_p,
102 const BIGNUM **out_q);
109 OPENSSL_EXPORT void RSA_get0_crt_params(const RSA *rsa, const BIGNUM **out_dmp1,
110 const BIGNUM **out_dmq1,
111 const BIGNUM **out_iqmp);
124 OPENSSL_EXPORT int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e,
130 int num_primes, BIGNUM *e,
576 int (*mod_exp)(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx);
579 int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
580 const BIGNUM *m, BN_CTX *ctx,
585 int (*keygen)(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb);
587 int (*multi_prime_keygen)(RSA *rsa, int bits, int num_primes, BIGNUM *e,
603 BIGNUM *n;
604 BIGNUM *e;
605 BIGNUM *d;
606 BIGNUM *p;
607 BIGNUM *q;
608 BIGNUM *dmp1;
609 BIGNUM *dmq1;
610 BIGNUM *iqmp;