HomeSort by: relevance | last modified time | path
    Searched defs:bout (Results 1 - 7 of 7) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
x509_acert_test.c 21 BIO *bp, *bout; local
29 if (!TEST_ptr(bout = BIO_new_fp(stderr, BIO_NOCLOSE)))
35 if (!TEST_int_eq(X509_ACERT_print(bout, acert), 1)) {
43 BIO_free(bout);
123 BIO *bout = NULL; local
127 if (!TEST_ptr(bout = BIO_new_fp(stderr, BIO_NOCLOSE)))
139 && !TEST_int_eq(OSSL_IETF_ATTR_SYNTAX_print(bout, ias, 4), 1)) {
148 BIO_free(bout);
dhtest.c 54 int i, alen, blen, clen, aout, bout, cout; local
216 || !TEST_int_gt((bout = DH_compute_key(bbuf, apub_key, b)), 0))
225 || !TEST_mem_eq(abuf, aout, bbuf, bout)
668 int i, alen, blen, aout, bout; local
702 || !TEST_int_gt((bout = DH_compute_key(bbuf, apub_key, b)), 0))
706 || !TEST_mem_eq(abuf, aout, bbuf, bout))
  /src/tests/crypto/libcrypto/ecdh/
ecdhtest.c 130 int i, alen, blen, aout, bout, ret = 0; local
237 bout =
242 for (i = 0; i < bout; i++) {
252 if ((aout < 4) || (bout != aout) || (memcmp(abuf, bbuf, aout) != 0)) {
273 for (i = 0; i < bout; i++) {
  /src/usr.bin/gzip/
zuncompress.c 134 off_t bin, bout = 0; local
153 bout += bin;
160 return bout;
  /src/crypto/external/bsd/openssl.old/dist/test/
dhtest.c 45 int i, alen, blen, clen, aout, bout, cout; local
187 || !TEST_true((bout = DH_compute_key(bbuf, apub_key, b)) != -1))
196 || !TEST_mem_eq(abuf, aout, bbuf, bout)
632 int i, alen, blen, aout, bout; local
666 || !TEST_true((bout = DH_compute_key(bbuf, apub_key, b)) != -1))
670 || !TEST_mem_eq(abuf, aout, bbuf, bout))
  /src/crypto/external/bsd/openssl/dist/test/
dhtest.c 54 int i, alen, blen, clen, aout, bout, cout; local
216 || !TEST_true((bout = DH_compute_key(bbuf, apub_key, b)) != -1))
225 || !TEST_mem_eq(abuf, aout, bbuf, bout)
668 int i, alen, blen, aout, bout; local
702 || !TEST_true((bout = DH_compute_key(bbuf, apub_key, b)) != -1))
706 || !TEST_mem_eq(abuf, aout, bbuf, bout))
  /src/sys/dev/usb/
uchcom.c 349 int i, bin=-1, bout=-1, intr=-1, isize=0; local
372 bout = ed->bEndpointAddress;
376 if (intr == -1 || bin == -1 || bout == -1) {
385 if (bout == -1) {
397 device_xname(sc->sc_dev), bin, bout, intr, isize));
402 endpoints->ep_bulkout = bout;

Completed in 45 milliseconds