Searched refs:nchecks (Results 1 – 5 of 5) sorted by relevance
/external/expat/tests/ |
D | minicheck.c | 121 runner->nchecks++; in srunner_run_all() 150 int passed = runner->nchecks - runner->nfailures; in srunner_run_all() 151 double percentage = ((double) passed) / runner->nchecks; in srunner_run_all() 154 display, runner->nchecks, runner->nfailures); in srunner_run_all()
|
D | minicheck.h | 45 int nchecks; member
|
/external/openssh/openbsd-compat/ |
D | openssl-compat.c | 73 BN_is_prime_ex(const BIGNUM *p, int nchecks, BN_CTX *ctx, void *cb) in BN_is_prime_ex() argument 77 return BN_is_prime(p, nchecks, NULL, ctx, NULL); in BN_is_prime_ex()
|
/external/openssl/crypto/bn/ |
D | bn.h | 546 int BN_is_prime(const BIGNUM *p,int nchecks, 549 int BN_is_prime_fasttest(const BIGNUM *p,int nchecks, 557 int BN_is_prime_ex(const BIGNUM *p,int nchecks, BN_CTX *ctx, BN_GENCB *cb); 558 int BN_is_prime_fasttest_ex(const BIGNUM *p,int nchecks, BN_CTX *ctx,
|
/external/openssl/include/openssl/ |
D | bn.h | 546 int BN_is_prime(const BIGNUM *p,int nchecks, 549 int BN_is_prime_fasttest(const BIGNUM *p,int nchecks, 557 int BN_is_prime_ex(const BIGNUM *p,int nchecks, BN_CTX *ctx, BN_GENCB *cb); 558 int BN_is_prime_fasttest_ex(const BIGNUM *p,int nchecks, BN_CTX *ctx,
|