Home
last modified time | relevance | path

Searched refs:bout (Results 1 – 2 of 2) sorted by relevance

/openssl/test/
H A Dx509_acert_test.c21 BIO *bp, *bout; in test_print_acert() local
29 if (!TEST_ptr(bout = BIO_new_fp(stderr, BIO_NOCLOSE))) in test_print_acert()
35 if (!TEST_int_eq(X509_ACERT_print(bout, acert), 1)) { in test_print_acert()
43 BIO_free(bout); in test_print_acert()
124 BIO *bout = NULL; in test_object_group_attr() local
128 if (!TEST_ptr(bout = BIO_new_fp(stderr, BIO_NOCLOSE))) in test_object_group_attr()
140 && !TEST_int_eq(OSSL_IETF_ATTR_SYNTAX_print(bout, ias, 4), 1)) { in test_object_group_attr()
149 BIO_free(bout); in test_object_group_attr()
H A Ddhtest.c54 int i, alen, blen, clen, aout, bout, cout; in dh_test() local
216 || !TEST_true((bout = DH_compute_key(bbuf, apub_key, b)) != -1)) in dh_test()
225 || !TEST_mem_eq(abuf, aout, bbuf, bout) in dh_test()
668 int i, alen, blen, aout, bout; in rfc7919_test() local
702 || !TEST_true((bout = DH_compute_key(bbuf, apub_key, b)) != -1)) in rfc7919_test()
706 || !TEST_mem_eq(abuf, aout, bbuf, bout)) in rfc7919_test()

Completed in 13 milliseconds