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

  /src/external/mpl/bind/dist/lib/isc/include/isc/
md.h 27 typedef void isc_md_t; typedef
94 isc_md_t *
105 isc_md_free(isc_md_t *);
116 isc_md_init(isc_md_t *, const isc_md_type_t *md_type);
126 isc_md_reset(isc_md_t *md);
139 isc_md_update(isc_md_t *md, const unsigned char *buf, const size_t len);
154 isc_md_final(isc_md_t *md, unsigned char *digest, unsigned int *digestlen);
164 isc_md_get_md_type(isc_md_t *md);
169 * This function return the size of the message digest when passed an isc_md_t
173 isc_md_get_size(isc_md_t *md)
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
md.h 28 typedef void isc_md_t; typedef
101 isc_md_t *
112 isc_md_free(isc_md_t *);
123 isc_md_init(isc_md_t *, const isc_md_type_t *md_type);
133 isc_md_reset(isc_md_t *md);
146 isc_md_update(isc_md_t *md, const unsigned char *buf, const size_t len);
161 isc_md_final(isc_md_t *md, unsigned char *digest, unsigned int *digestlen);
171 isc_md_get_md_type(isc_md_t *md);
176 * This function return the size of the message digest when passed an isc_md_t
180 isc_md_get_size(isc_md_t *md)
    [all...]

Completed in 23 milliseconds