Searched defs:bn (Results 1 – 12 of 12) sorted by relevance
/test/ |
A D | bn_internal_test.c | 31 BIGNUM *bn = NULL; in test_is_prime_enhanced() local 52 BIGNUM *bn = NULL; in test_is_composite_enhanced() local
|
A D | bntests.pl | 17 sub bn subroutine
|
A D | evp_libctx_test.c | 129 static const BIGNUM *bn[] = { in test_dsa_param_keygen() local 186 static int do_dh_param_keygen(int tstid, const BIGNUM **bn) in do_dh_param_keygen() 254 static const BIGNUM *bn[] = { in test_dh_safeprime_param_keygen() local
|
A D | srptest.c | 120 static int check_bn(const char *name, const BIGNUM *bn, const char *hexbn) in check_bn()
|
A D | bntest.c | 333 BIGNUM *bn = BN_new(); in set_signed_bn() local 1932 BIGNUM *bn = NULL, *bn2 = NULL; in test_bn2signed() local 1999 BIGNUM *bn = NULL; in test_dec2bn() local 2068 BIGNUM *bn = NULL; in test_hex2bn() local 2134 BIGNUM *bn = NULL; in test_asc2bn() local 2200 BIGNUM *bn = NULL; in test_mpi() local 2300 BIGNUM *bn = NULL; in test_rand() local
|
A D | ffc_internal_test.c | 396 BIGNUM *bn = NULL; in ffc_params_fips186_2_gen_validate_test() local
|
A D | params_api_test.c | 82 BIGNUM *bn; in test_param_type_null() local 616 BIGNUM *bn = NULL, *bn2 = NULL; in test_param_construct() local
|
A D | evp_extra_test2.c | 284 BIGNUM *bn = NULL; in pkey_has_private() local 1056 BIGNUM *bn = NULL; in do_check_bn() local
|
A D | evp_pkey_provided_test.c | 381 BIGNUM *bn = BN_new(); in test_fromdata_rsa() local
|
A D | ssl_old_test.c | 2959 BIGNUM *bn = NULL; in psk_key2bn() local
|
A D | acvp_test.c | 73 BIGNUM *bn = NULL; in pkey_get_bn_bytes() local
|
/test/testutil/ |
A D | format_output.c | 183 static const char *test_bignum_zero_null(const BIGNUM *bn) in test_bignum_zero_null() 194 static void test_bignum_zero_print(const BIGNUM *bn, char sep) in test_bignum_zero_print() 207 char *out, int *lz, const BIGNUM *bn) in convert_bn_memory() 379 const char *op, const BIGNUM *bn) in test_fail_bignum_mono_message() 385 void test_output_bignum(const char *name, const BIGNUM *bn) in test_output_bignum()
|
Completed in 62 milliseconds