1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-12-22 10:19:57 +01:00
Justus Winter 03bf88f32c common: Add stream interface to call-pgp.
* common/call-gpg.c (struct writer_thread_parms): Add field 'stream'.
(writer_thread_main): Support reading from a stream.
(start_writer): Add stream argument.
(struct reader_thread_parms): Add field 'stream'.
(reader_thread_main): Support writing to a stream.
(start_reader): Add stream argument.
(_gpg_encrypt): Add stream api.
(gpg_encrypt_blob): Adapt accordingly.
(gpg_encrypt_stream): New function.
(_gpg_decrypt): Add stream api.
(gpg_decrypt_blob): Adapt accordingly.
(gpg_decrypt_stream): New function.
* common/call-gpg.h (gpg_encrypt_stream): New prototype.
(gpg_decrypt_stream): Likewise.

Signed-off-by: Justus Winter <justus@g10code.com>
2015-11-25 12:19:50 +01:00
..
2015-11-17 12:50:22 +01:00
2015-11-23 13:41:15 +01:00
2015-11-17 12:50:22 +01:00
2015-11-17 12:50:22 +01:00
2015-10-28 10:20:17 +01:00
2015-11-17 12:50:22 +01:00
2015-11-17 12:50:22 +01:00
2015-11-17 12:50:22 +01:00
2013-11-18 14:09:47 +01:00
2015-11-17 12:50:22 +01:00
2015-11-17 12:50:22 +01:00
2015-11-19 16:13:55 +01:00
2015-11-17 12:50:22 +01:00
2007-07-04 19:49:40 +00:00
2015-11-17 12:50:22 +01:00
2015-11-17 12:50:22 +01:00
2015-09-30 12:58:30 +02:00
2015-11-25 12:19:50 +01:00
2015-03-17 09:18:23 +01:00
2015-11-17 12:50:22 +01:00
2015-11-17 12:50:22 +01:00
2015-11-17 12:50:22 +01:00
2015-11-23 22:23:38 +01:00
2015-11-23 22:23:38 +01:00
2015-11-17 12:50:22 +01:00
2014-11-11 15:14:31 +01:00
2015-09-02 10:38:41 +02:00
2015-11-17 12:50:22 +01:00
2015-11-23 22:23:38 +01:00
2014-11-11 15:14:31 +01:00
2015-11-17 12:50:22 +01:00
2015-11-06 13:25:00 +01:00
2015-11-17 12:50:22 +01:00
2015-02-03 09:12:45 +01:00
2011-02-04 12:57:53 +01:00
2014-04-17 21:09:10 +02:00
2015-10-30 12:33:40 +01:00

Stuff used by several modules of GnuPG.

These directories use it:

gpg
sm
agent

These directories don't use it:

kbx