Searched refs:berr (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/crypto/openssl/crypto/evp/
H A Dbio_ok.c451 goto berr;
457 goto berr;
463 goto berr;
465 goto berr;
470 berr:
487 goto berr;
490 goto berr;
497 goto berr;
503 goto berr;
505 goto berr;
[all...]
/freebsd-current/sys/dev/flash/
H A Dat45d.c445 u_int addr, berr, err, offset, page; local
472 berr = 0;
493 berr = EOPNOTSUPP;
502 berr = EINVAL;
524 berr = EIO;
540 berr = EIO;
557 berr = EIO;
575 if (berr != 0) {
577 bp->bio_error = berr;
/freebsd-current/crypto/openssh/
H A Dclientloop.c764 client_suspend_self(struct sshbuf *bin, struct sshbuf *bout, struct sshbuf *berr) argument
770 if (sshbuf_len(berr) > 0)
771 atomicio(vwrite, fileno(stderr), sshbuf_mutable_ptr(berr),
772 sshbuf_len(berr));
778 sshbuf_reset(berr);
1171 struct sshbuf *bin, struct sshbuf *bout, struct sshbuf *berr,
1199 if ((r = sshbuf_putf(berr, "%c.\r\n",
1218 if ((r = sshbuf_putf(berr,
1226 if ((r = sshbuf_putf(berr,
1232 client_suspend_self(bin, bout, berr);
1170 process_escapes(struct ssh *ssh, Channel *c, struct sshbuf *bin, struct sshbuf *bout, struct sshbuf *berr, char *buf, int len) argument
[all...]
/freebsd-current/crypto/openssl/apps/
H A Ds_client.c70 static void print_stuff(BIO *berr, SSL *con, int full);

Completed in 196 milliseconds