Searched defs:hashbuf (Results 1 - 3 of 3) sorted by relevance
/bind-9.11.3/bin/dnssec/ |
H A D | dnssectool.c | 1010 char hashbuf[DNS_NAME_FORMATSIZE]; local 1055 dns_name_format(hashname, hashbuf, sizeof(hashbuf)); 1057 namebuf, hashbuf);
|
H A D | dnssec-signzone.c | 696 unsigned char *hashbuf; member in struct:hashlist 710 l->hashbuf = malloc(l->size * l->length); 711 if (l->hashbuf == NULL) 715 l->hashbuf = NULL; 721 if (l->hashbuf) { 722 free(l->hashbuf); 723 l->hashbuf = NULL; 738 l->hashbuf = realloc(l->hashbuf, l->size * l->length); 739 if (l->hashbuf [all...] |
/bind-9.11.3/bin/named/ |
H A D | server.c | 13021 char hashbuf[64], flagbuf[64], iterbuf[64]; local 13032 strlcpy(hashbuf, ptr, sizeof(hashbuf)); 13045 hashbuf, flagbuf, iterbuf);
|
Completed in 41 milliseconds