summaryrefslogtreecommitdiff
path: root/archivers/libarchive/files/doc/html/archive_write_set_passphrase.3.html
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/libarchive/files/doc/html/archive_write_set_passphrase.3.html')
-rw-r--r--archivers/libarchive/files/doc/html/archive_write_set_passphrase.3.html82
1 files changed, 82 insertions, 0 deletions
diff --git a/archivers/libarchive/files/doc/html/archive_write_set_passphrase.3.html b/archivers/libarchive/files/doc/html/archive_write_set_passphrase.3.html
new file mode 100644
index 00000000000..94e90b3ff52
--- /dev/null
+++ b/archivers/libarchive/files/doc/html/archive_write_set_passphrase.3.html
@@ -0,0 +1,82 @@
+<!-- Creator : groff version 1.22.3 -->
+<!-- CreationDate: Sun Jun 19 19:54:08 2016 -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta name="generator" content="groff -Thtml, see www.gnu.org">
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<meta name="Content-Style" content="text/css">
+<style type="text/css">
+ p { margin-top: 0; margin-bottom: 0; vertical-align: top }
+ pre { margin-top: 0; margin-bottom: 0; vertical-align: top }
+ table { margin-top: 0; margin-bottom: 0; vertical-align: top }
+ h1 { text-align: center }
+</style>
+<title></title>
+</head>
+<body>
+
+<hr>
+
+
+<p>ARCHIVE_WRITE_SET_PAS... BSD Library Functions Manual
+ARCHIVE_WRITE_SET_PAS...</p>
+
+<p style="margin-top: 1em"><b>NAME</b></p>
+
+
+<p style="margin-left:6%;"><b>archive_write_set_passphrase</b>,
+<b>archive_write_set_passphrase_callback</b> &mdash;
+functions for writing encrypted archives</p>
+
+<p style="margin-top: 1em"><b>LIBRARY</b></p>
+
+<p style="margin-left:6%;">Streaming Archive Library
+(libarchive, -larchive)</p>
+
+<p style="margin-top: 1em"><b>SYNOPSIS</b></p>
+
+<p style="margin-left:6%;"><b>#include
+&lt;archive.h&gt;</b></p>
+
+<p style="margin-left:6%; margin-top: 1em"><i>int</i></p>
+
+
+<p><b>archive_write_set_passphrase</b>(<i>struct&nbsp;archive&nbsp;*</i>,
+<i>const&nbsp;char&nbsp;*passphrase</i>);</p>
+
+<p style="margin-left:6%; margin-top: 1em"><i>int</i></p>
+
+
+<p><b>archive_write_set_passphrase_callback</b>(<i>struct&nbsp;archive&nbsp;*</i>,
+<i>void&nbsp;*client_data</i>,
+<i>archive_passphrase_callback&nbsp;*</i>);</p>
+
+<p style="margin-top: 1em"><b>DESCRIPTION <br>
+archive_write_set_passphrase</b>()</p>
+
+<p style="margin-left:17%;">Set a passphrase for writing an
+encryption archive. If <i>passphrase</i> is NULL or empty,
+this function will do nothing and <b>ARCHIVE_FAILED</b> will
+be returned. Otherwise, <b>ARCHIVE_OK</b> will be
+returned.</p>
+
+
+<p style="margin-top: 1em"><b>archive_write_set_passphrase_callback</b>()</p>
+
+<p style="margin-left:17%;">Register callback function that
+will be invoked to get a passphrase for encrption if the
+passphrase was not set by the
+<b>archive_write_set_passphrase</b>() function.</p>
+
+<p style="margin-top: 1em"><b>SEE ALSO</b></p>
+
+<p style="margin-left:6%;">tar(1), libarchive(3),
+archive_write(3), archive_write_set_options(3)</p>
+
+<p style="margin-left:6%; margin-top: 1em">BSD
+September&nbsp;21, 2014 BSD</p>
+<hr>
+</body>
+</html>