HomeSort by: relevance | last modified time | path
    Searched defs:pgp_hash_t (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/netpgp/dist/src/lib/
types.h 74 /** pgp_hash_t */
75 typedef struct pgp_hash_t pgp_hash_t; typedef in typeref:struct:pgp_hash_t
crypto.h 67 /** pgp_hash_t */
68 struct pgp_hash_t { struct
72 int (*init)(pgp_hash_t *);
73 void (*add)(pgp_hash_t *, const uint8_t *, unsigned);
74 unsigned (*finish)(pgp_hash_t *, uint8_t *);
106 void pgp_hash_md5(pgp_hash_t *);
107 void pgp_hash_sha1(pgp_hash_t *);
108 void pgp_hash_sha256(pgp_hash_t *);
109 void pgp_hash_sha512(pgp_hash_t *);
110 void pgp_hash_sha384(pgp_hash_t *);
    [all...]

Completed in 25 milliseconds