HomeSort by: relevance | last modified time | path
    Searched refs:isc_md_t (Results 1 - 9 of 9) 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...]
  /src/external/mpl/dhcp/bind/dist/lib/isc/
md.c 27 isc_md_t *
29 isc_md_t *md = EVP_MD_CTX_new();
35 isc_md_free(isc_md_t *md) {
44 isc_md_init(isc_md_t *md, const isc_md_type_t *md_type) {
59 isc_md_reset(isc_md_t *md) {
70 isc_md_update(isc_md_t *md, const unsigned char *buf, const size_t len) {
85 isc_md_final(isc_md_t *md, unsigned char *digest, unsigned int *digestlen) {
97 isc_md_get_md_type(isc_md_t *md) {
104 isc_md_get_size(isc_md_t *md) {
111 isc_md_get_block_size(isc_md_t *md)
    [all...]
  /src/external/mpl/bind/dist/lib/isc/
md.c 27 isc_md_t *
29 isc_md_t *md = EVP_MD_CTX_new();
35 isc_md_free(isc_md_t *md) {
44 isc_md_init(isc_md_t *md, const isc_md_type_t *md_type) {
60 isc_md_reset(isc_md_t *md) {
72 isc_md_update(isc_md_t *md, const unsigned char *buf, const size_t len) {
88 isc_md_final(isc_md_t *md, unsigned char *digest, unsigned int *digestlen) {
101 isc_md_get_md_type(isc_md_t *md) {
108 isc_md_get_size(isc_md_t *md) {
115 isc_md_get_block_size(isc_md_t *md)
    [all...]
  /src/external/mpl/bind/dist/tests/isc/
md_test.c 44 isc_md_t *md = isc_md_new();
73 isc_md_t *md = isc_md_new();
79 isc_md_t *md = isc_md_new();
86 isc_md_test(isc_md_t *md, const isc_md_type_t *type, const char *buf,
117 isc_md_t *md = *state;
146 isc_md_t *md = *state;
158 isc_md_t *md = *state;
185 isc_md_t *md = *state;
201 isc_md_t *md = *state;
230 isc_md_t *md = *state
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
ds.c 43 isc_md_t *md;
  /src/external/mpl/dhcp/bind/dist/lib/dns/
ds.c 43 isc_md_t *md;
tkey.c 243 isc_md_t *md;
  /src/external/mpl/dhcp/dist/common/
dns.c 1485 isc_md_t *md;
1585 isc_md_t *md;

Completed in 32 milliseconds