Home
last modified time | relevance | path

Searched defs:pgp_hash_t (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dcrypto.h68 struct pgp_hash_t { struct
72 int (*init)(pgp_hash_t *); argument
73 void (*add)(pgp_hash_t *, const uint8_t *, unsigned); argument
74 unsigned (*finish)(pgp_hash_t *, uint8_t *); argument
75 void *data; /* blob for data */
H A Dtypes.h75 typedef struct pgp_hash_t pgp_hash_t; typedef