Lines Matching refs:BN_CTX
352 OPENSSL_EXPORT BN_CTX *BN_CTX_new(void);
356 OPENSSL_EXPORT void BN_CTX_free(BN_CTX *ctx);
360 OPENSSL_EXPORT void BN_CTX_start(BN_CTX *ctx);
365 OPENSSL_EXPORT BIGNUM *BN_CTX_get(BN_CTX *ctx);
369 OPENSSL_EXPORT void BN_CTX_end(BN_CTX *ctx);
402 BN_CTX *ctx);
411 OPENSSL_EXPORT int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx);
420 BN_CTX *ctx);
430 OPENSSL_EXPORT int BN_sqrt(BIGNUM *out_sqrt, const BIGNUM *in, BN_CTX *ctx);
511 const BIGNUM *divisor, BN_CTX *ctx);
516 const BIGNUM *m, BN_CTX *ctx);
526 const BIGNUM *m, BN_CTX *ctx);
536 const BIGNUM *m, BN_CTX *ctx);
541 BN_CTX *ctx);
546 const BIGNUM *m, BN_CTX *ctx);
556 BN_CTX *ctx);
565 BN_CTX *ctx);
600 size_t message_len, BN_CTX *ctx);
676 BN_CTX *ctx, int do_trial_division,
691 BN_CTX *ctx, int do_trial_division,
699 BN_CTX *ctx, BN_GENCB *cb);
707 BN_CTX *ctx);
714 const BIGNUM *n, BN_CTX *ctx);
722 BN_CTX *ctx);
726 OPENSSL_EXPORT int BN_kronecker(const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
748 BN_CTX *ctx);
756 const BIGNUM *mod, BN_CTX *bn_ctx);
761 const BN_MONT_CTX *mont, BN_CTX *ctx);
766 const BN_MONT_CTX *mont, BN_CTX *ctx);
773 const BN_MONT_CTX *mont, BN_CTX *ctx);
782 BN_CTX *ctx);
789 const BIGNUM *m, BN_CTX *ctx);
792 const BIGNUM *m, BN_CTX *ctx,
797 BN_CTX *ctx,
801 const BIGNUM *m, BN_CTX *ctx,
806 BN_CTX *ctx, const BN_MONT_CTX *mont);