Searched refs:bw (Results 1 – 2 of 2) sorted by relevance
/openssl/test/testutil/ |
H A D | tests.c | 417 BIGNUM *bw; in test_BN_eq_word() local 421 if ((bw = BN_new()) != NULL) in test_BN_eq_word() 422 BN_set_word(bw, w); in test_BN_eq_word() 423 test_fail_bignum_message(NULL, file, line, "BIGNUM", bns, ws, "==", a, bw); in test_BN_eq_word() 424 BN_free(bw); in test_BN_eq_word() 431 BIGNUM *bw, *aa; in test_BN_abs_eq_word() local 437 if ((bw = BN_new()) != NULL) in test_BN_abs_eq_word() 438 BN_set_word(bw, w); in test_BN_abs_eq_word() 440 aa, bw); in test_BN_abs_eq_word() 441 BN_free(bw); in test_BN_abs_eq_word()
|
/openssl/test/helpers/ |
H A D | noisydgrambio.c | 27 size_t bw; /* bandwidth in bytes/ms */ member 79 data->recv_limit.bw = (size_t)num; in noisy_dgram_ctrl() 89 data->send_limit.bw = (size_t)num; in noisy_dgram_ctrl() 119 if (limit->bw == 0) /* 0 -> no limit */ in bandwidth_limit() 140 if ((limit->size_sum + pktsize) / SAMPLING_WINDOW_PERIOD > limit->bw) { in bandwidth_limit()
|
Completed in 10 milliseconds