Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bn/
H A Dbn_prime.c131 int checks = bn_mr_min_checks(bits); in BN_generate_prime_ex2() local
228 int BN_is_prime_ex(const BIGNUM *a, int checks, BN_CTX *ctx_passed, in BN_is_prime_ex()
234 int BN_is_prime_fasttest_ex(const BIGNUM *w, int checks, BN_CTX *ctx, in BN_is_prime_fasttest_ex()
242 int ossl_bn_check_prime(const BIGNUM *w, int checks, BN_CTX *ctx, in ossl_bn_check_prime()
258 int ossl_bn_check_generated_prime(const BIGNUM *w, int checks, BN_CTX *ctx, in ossl_bn_check_generated_prime()
275 static int bn_is_prime_int(const BIGNUM *w, int checks, BN_CTX *ctx, in bn_is_prime_int()
H A Dbn_depr.c46 int BN_is_prime(const BIGNUM *a, int checks, in BN_is_prime() argument
55 int BN_is_prime_fasttest(const BIGNUM *a, int checks, in BN_is_prime_fasttest() argument
/freebsd/contrib/xz/src/xz/
H A Dlist.c211 uint32_t checks; member
708 uint32_t checks, bool space_after_comma) in get_check_names()
750 char checks[CHECKS_STR_SIZE]; in print_info_basic() local
780 uint32_t checks, uint64_t stream_padding) in print_adv_helper()
1053 char checks[CHECKS_STR_SIZE]; in print_info_robot() local
1174 char checks[CHECKS_STR_SIZE]; in print_totals_basic() local
1242 char checks[CHECKS_STR_SIZE]; in print_totals_robot() local
/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2blob.c61 int checks[] = { in key2blob_check_selection() local
H A Ddecode_der2key.c208 int checks[] = { in der2key_check_selection() local
H A Dencode_key2any.c1189 int checks[] = { in key2any_check_selection() local
/freebsd/usr.bin/dtc/
H A Ddtc.cc115 fdt::checking::check_manager checks; in main() local
/freebsd/contrib/atf/atf-sh/
H A Datf-check.cpp666 run_status_checks(const std::vector< status_check >& checks, in run_status_checks()
765 run_output_checks(const std::vector< output_check >& checks, in run_output_checks()
/freebsd/crypto/krb5/src/util/verto/
H A Dev_wrap.h19 #define checks ((loop)->checks) macro
/freebsd/crypto/openssl/test/
H A Dtls-provider.c1806 int checks[] = { in key2any_check_selection() local
2300 int checks[] = { in der2key_check_selection() local
/freebsd/contrib/ncurses/progs/
H A Dtic.c3117 int checks = 0; in guess_ANSI_VTxx() local