Searched defs:pgp_hash_t (Results 1 – 2 of 2) sorted by relevance
68 struct pgp_hash_t { struct72 int (*init)(pgp_hash_t *); argument73 void (*add)(pgp_hash_t *, const uint8_t *, unsigned); argument74 unsigned (*finish)(pgp_hash_t *, uint8_t *); argument75 void *data; /* blob for data */
75 typedef struct pgp_hash_t pgp_hash_t; typedef