OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pgp_crypt_t
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/netpgp/dist/src/lib/
types.h
72
typedef struct
pgp_crypt_t
pgp_crypt_t
;
typedef in typeref:struct:pgp_crypt_t
crypto.h
78
/**
pgp_crypt_t
*/
79
struct
pgp_crypt_t
{
struct
83
void (*set_iv)(
pgp_crypt_t
*, const uint8_t *);
84
void (*set_crypt_key)(
pgp_crypt_t
*, const uint8_t *);
85
int (*base_init)(
pgp_crypt_t
*);
86
void (*decrypt_resync)(
pgp_crypt_t
*);
88
void (*block_encrypt)(
pgp_crypt_t
*, void *, const void *);
89
void (*block_decrypt)(
pgp_crypt_t
*, void *, const void *);
91
void (*cfb_encrypt)(
pgp_crypt_t
*, void *, const void *, size_t);
92
void (*cfb_decrypt)(
pgp_crypt_t
*, void *, const void *, size_t)
[
all
...]
Completed in 24 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026