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

/freebsd-current/crypto/openssh/
H A Dsshkey.c1538 struct sshbuf *prvbuf = NULL; local
1579 if ((prvbuf = sshbuf_new()) == NULL) {
1585 if ((r = sshkey_private_serialize_opt(k, prvbuf,
1590 while (sshbuf_len(prvbuf) % cipher_blocksize(cipher)) {
1591 if ((r = sshbuf_put_u8(prvbuf, ++i & 0xff)) != 0)
1596 sshbuf_dump(prvbuf, stderr);
1599 enclen = sshbuf_len(prvbuf);
1605 sshbuf_ptr(prvbuf), sshbuf_len(prvbuf), 0, 0)) != 0)
1643 sshbuf_free(prvbuf);
1675 struct sshbuf *prvbuf = NULL; local
[all...]

Completed in 184 milliseconds