Home
last modified time | relevance | path

Searched defs:checks (Results 1 – 12 of 12) sorted by relevance

/external/openssl/crypto/bn/
Dbn_depr.c94 int BN_is_prime(const BIGNUM *a, int checks, void (*callback)(int,int,void *), in BN_is_prime() argument
102 int BN_is_prime_fasttest(const BIGNUM *a, int checks, in BN_is_prime_fasttest() argument
Dbn_prime.c166 int checks = BN_prime_checks_for_size(bits); in BN_generate_prime_ex() local
238 int BN_is_prime_ex(const BIGNUM *a, int checks, BN_CTX *ctx_passed, BN_GENCB *cb) in BN_is_prime_ex()
243 int BN_is_prime_fasttest_ex(const BIGNUM *a, int checks, BN_CTX *ctx_passed, in BN_is_prime_fasttest_ex()
/external/openssl/apps/
Dprime.c64 int checks=20; in MAIN() local
/external/webkit/WebKit/android/
DRenderSkinRadio.cpp41 static const char* checks[] = { "btn_check_off.png", variable
/external/chromium/third_party/icu/source/test/intltest/
Ditutil.cpp116 int32_t &checks; member in MyErrorCode
/external/icu4c/test/cintltst/
Dspooftest.c295 int32_t checks; in TestUSpoofCAPI() local
/external/chromium/third_party/icu/source/test/cintltst/
Dspooftest.c314 int32_t checks; in TestUSpoofCAPI() local
/external/icu4c/test/intltest/
Ditutil.cpp129 int32_t &checks; member in MyErrorCode
/external/dbus/
Dconfigure.in53 AC_ARG_ENABLE(checks, AS_HELP_STRING([--enable-checks],[include sanity checks on public API]),enabl… optenable
/external/icu4c/i18n/
Duspoof.cpp98 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { in uspoof_setChecks()
/external/chromium/third_party/icu/source/i18n/
Duspoof.cpp98 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { in uspoof_setChecks()
/external/v8/test/cctest/
Dtest-debug.cc736 struct EvaluateCheck* checks = NULL; variable