OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pgp_create_sig_t
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/bsd/netpgp/dist/src/lib/
signature.h
64
typedef struct
pgp_create_sig_t
pgp_create_sig_t
;
typedef in typeref:struct:pgp_create_sig_t
66
pgp_create_sig_t
*pgp_create_sig_new(void);
67
void pgp_create_sig_delete(
pgp_create_sig_t
*);
91
void pgp_sig_start_key_sig(
pgp_create_sig_t
*,
95
void pgp_start_sig(
pgp_create_sig_t
*,
100
void pgp_sig_add_data(
pgp_create_sig_t
*, const void *, size_t);
101
pgp_hash_t *pgp_sig_get_hash(
pgp_create_sig_t
*);
102
unsigned pgp_end_hashed_subpkts(
pgp_create_sig_t
*);
103
unsigned pgp_write_sig(pgp_output_t *,
pgp_create_sig_t
*,
[
all
...]
signature.c
93
struct
pgp_create_sig_t
{
struct
105
Creates new
pgp_create_sig_t
106
\return new
pgp_create_sig_t
110
pgp_create_sig_t
*
113
return calloc(1, sizeof(
pgp_create_sig_t
));
123
pgp_create_sig_delete(
pgp_create_sig_t
*sig)
663
start_sig_in_mem(
pgp_create_sig_t
*sig)
693
pgp_sig_start_key_sig(
pgp_create_sig_t
*sig,
727
pgp_start_sig(
pgp_create_sig_t
*sig,
761
pgp_sig_add_data(
pgp_create_sig_t
*sig, const void *buf, size_t length
[
all
...]
writer.c
411
pgp_create_sig_t
*sig;
500
pgp_writer_push_clearsigned(pgp_output_t *output,
pgp_create_sig_t
*sig)
keyring.c
520
pgp_create_sig_t
*sig;
Completed in 17 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026