Home
last modified time | relevance | path

Searched refs:progress_filter_context_t (Results 1 – 20 of 20) sorted by relevance

/dports/security/gnupg/gnupg-2.3.3/g10/
H A Dprogress.c42 progress_filter_context_t *
45 progress_filter_context_t *pfx; in new_progress_context()
62 release_progress_context (progress_filter_context_t *pfx) in release_progress_context()
139 progress_filter_context_t *pfx = opaque; in progress_filter()
182 handle_progress (progress_filter_context_t *pfx, IOBUF inp, const char *name) in handle_progress()
H A Dfilter.h160 } progress_filter_context_t; typedef
195 progress_filter_context_t *new_progress_context (void);
196 void release_progress_context (progress_filter_context_t *pfx);
197 void handle_progress (progress_filter_context_t *pfx,
H A Dverify.c55 progress_filter_context_t *pfx = new_progress_context (); in verify_signatures()
145 progress_filter_context_t *pfx = new_progress_context (); in verify_one_file()
245 progress_filter_context_t *pfx = new_progress_context (); in gpg_verify()
H A Ddecrypt.c49 progress_filter_context_t *pfx; in decrypt_message()
115 progress_filter_context_t *pfx; in decrypt_message_fd()
184 progress_filter_context_t *pfx; in decrypt_messages()
H A Dplaintext.c565 progress_filter_context_t *pfx; in ask_for_detached_datafile()
642 progress_filter_context_t *pfx; in hash_datafiles()
705 progress_filter_context_t *pfx = new_progress_context (); in hash_datafile_by_fd()
H A Dopenfile.c346 open_sigfile (const char *sigfilename, progress_filter_context_t *pfx) in open_sigfile()
H A Dsign.c1021 progress_filter_context_t *pfx; in sign_file()
1388 progress_filter_context_t *pfx; in clearsign_file()
1549 progress_filter_context_t *pfx; in sign_symencrypt_file()
H A Dencrypt.c276 progress_filter_context_t *pfx; in encrypt_simple()
653 progress_filter_context_t *pfx; in encrypt_crypt()
H A Dmain.h347 iobuf_t open_sigfile (const char *sigfilename, progress_filter_context_t *pfx);
H A DChangeLog-20114132 * filter.h (progress_filter_context_t), progress.c
4150 * filter.h (progress_filter_context_t): New type.
/dports/security/gnupg1/gnupg-1.4.23/g10/
H A Dprogress.c39 progress_filter_context_t *pfx = opaque; in progress_filter()
99 handle_progress (progress_filter_context_t *pfx, IOBUF inp, const char *name) in handle_progress()
H A Dfilter.h127 } progress_filter_context_t; typedef
164 void handle_progress (progress_filter_context_t *pfx,
H A Ddecrypt.c54 progress_filter_context_t pfx; in decrypt_message()
96 progress_filter_context_t pfx; in decrypt_messages()
H A Dverify.c59 progress_filter_context_t pfx; in verify_signatures()
141 progress_filter_context_t pfx; in verify_one_file()
H A Dplaintext.c467 progress_filter_context_t pfx; in ask_for_detached_datafile()
536 progress_filter_context_t pfx; in hash_datafiles()
H A Dsign.c716 progress_filter_context_t pfx; in sign_file()
1043 progress_filter_context_t pfx; in clearsign_file()
1196 progress_filter_context_t pfx; in sign_symencrypt_file()
H A Dencode.c162 progress_filter_context_t pfx; in encode_simple()
432 progress_filter_context_t pfx; in encode_crypt()
H A Dopenfile.c341 open_sigfile (const char *sigfilename, progress_filter_context_t *pfx) in open_sigfile()
H A Dmain.h214 IOBUF open_sigfile( const char *iname, progress_filter_context_t *pfx );
H A DChangeLog-20115849 * filter.h (progress_filter_context_t), progress.c
5867 * filter.h (progress_filter_context_t): New type.