| /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/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;
|
| /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/openssh/dist/ |
| clientloop.c | 765 client_suspend_self(struct sshbuf *bin, struct sshbuf *bout, struct sshbuf *berr) 768 if (sshbuf_len(bout) > 0) 769 atomicio(vwrite, fileno(stdout), sshbuf_mutable_ptr(bout), 770 sshbuf_len(bout)); 778 sshbuf_reset(bout); 1175 struct sshbuf *bin, struct sshbuf *bout, struct sshbuf *berr, 1236 client_suspend_self(bin, bout, berr);
|
| /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/external/bsd/file/dist/magic/ |
| Makefile.am | 56 $(MAGIC_FRAGMENT_DIR)/bout \
|
| /src/external/apache2/llvm/dist/libcxx/src/filesystem/ |
| operations.cpp | 876 OutIt bout(out); 877 copy(bin, ein, bout);
|