webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Macros | |
#define | BN_prime_checks_for_size(b) |
#define | NUMPRIMES 2048 |
Functions | |
void | BN_GENCB_set (BN_GENCB *callback, int(*f)(int event, int n, struct bn_gencb_st *), void *arg) |
int | BN_GENCB_call (BN_GENCB *callback, int event, int n) |
int | BN_generate_prime_ex (BIGNUM *ret, int bits, int safe, const BIGNUM *add, const BIGNUM *rem, BN_GENCB *cb) |
int | BN_primality_test (int *is_probably_prime, const BIGNUM *candidate, int checks, BN_CTX *ctx, int do_trial_division, BN_GENCB *cb) |
int | BN_is_prime_ex (const BIGNUM *candidate, int checks, BN_CTX *ctx, BN_GENCB *cb) |
int | BN_is_prime_fasttest_ex (const BIGNUM *a, int checks, BN_CTX *ctx_passed, int do_trial_division, BN_GENCB *cb) |
#define BN_prime_checks_for_size | ( | b | ) |
#define NUMPRIMES 2048 |
int BN_GENCB_call | ( | BN_GENCB * | callback, |
int | event, | ||
int | n | ||
) |
void BN_GENCB_set | ( | BN_GENCB * | callback, |
int(*)(int event, int n, struct bn_gencb_st *) | f, | ||
void * | arg | ||
) |
int BN_generate_prime_ex | ( | BIGNUM * | ret, |
int | bits, | ||
int | safe, | ||
const BIGNUM * | add, | ||
const BIGNUM * | rem, | ||
BN_GENCB * | cb | ||
) |
int BN_is_prime_fasttest_ex | ( | const BIGNUM * | a, |
int | checks, | ||
BN_CTX * | ctx_passed, | ||
int | do_trial_division, | ||
BN_GENCB * | cb | ||
) |