Searched refs:bn1 (Results 1 - 5 of 5) sorted by relevance
/third_party/openssl/test/ |
H A D | keymgmt_internal_test.c | 147 BIGNUM *bn1 = NULL, *bn2 = NULL, *bn3 = NULL; in test_pass_rsa() local 180 if (!TEST_ptr(bn1 = BN_new()) in test_pass_rsa() 181 || !TEST_true(BN_set_word(bn1, expected[N])) in test_pass_rsa() 186 || !TEST_true(RSA_set0_key(rsa, bn1, bn2, bn3))) in test_pass_rsa() 189 if (!TEST_ptr(bn1 = BN_new()) in test_pass_rsa() 190 || !TEST_true(BN_set_word(bn1, expected[P])) in test_pass_rsa() 193 || !TEST_true(RSA_set0_factors(rsa, bn1, bn2))) in test_pass_rsa() 196 if (!TEST_ptr(bn1 = BN_new()) in test_pass_rsa() 197 || !TEST_true(BN_set_word(bn1, expected[DP])) in test_pass_rsa() 202 || !TEST_true(RSA_set0_crt_params(rsa, bn1, bn in test_pass_rsa() [all...] |
/third_party/openssl/test/testutil/ |
H A D | format_output.c | 270 const BIGNUM *bn1, const BIGNUM *bn2) in test_fail_bignum_common() 282 l1 = bn1 == NULL ? 0 : (BN_num_bytes(bn1) + (BN_is_negative(bn1) ? 1 : 0)); in test_fail_bignum_common() 285 if ((bn1 == NULL) == (bn2 == NULL)) { in test_fail_bignum_common() 287 test_bignum_zero_print(bn1, ' '); in test_fail_bignum_common() 291 test_bignum_zero_print(bn1, '-'); in test_fail_bignum_common() 297 if (l1 != l2 || bn1 == NULL || bn2 == NULL || BN_cmp(bn1, bn2) != 0) in test_fail_bignum_common() 309 if (bn1 ! in test_fail_bignum_common() 266 test_fail_bignum_common(const char *prefix, const char *file, int line, const char *type, const char *left, const char *right, const char *op, const BIGNUM *bn1, const BIGNUM *bn2) test_fail_bignum_common() argument 367 test_fail_bignum_message(const char *prefix, const char *file, int line, const char *type, const char *left, const char *right, const char *op, const BIGNUM *bn1, const BIGNUM *bn2) test_fail_bignum_message() argument [all...] |
H A D | tu_local.h | 36 const BIGNUM *bn1, const BIGNUM *bn2);
|
/third_party/typescript/tests/baselines/reference/ |
H A D | contextuallyTypedBooleanLiterals.js | 11 const bn1 = box(0); // Box<number> 33 var bn1 = box(0); // Box<number>
variable 46 declare const bn1: Box<number>;
|
/third_party/ltp/testcases/kernel/controllers/cpuctl_fj/ |
H A D | run_cpuctl_test_fj.sh | 99 top -bn1 -p $1 | sed -n "8p" | awk '{ print $9 }' | awk -F. '{ print $1 }'
|
Completed in 4 milliseconds