Searched refs:algorithmstr (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dtsig.c567 char algorithmstr[1024]; local
578 creatorstr, &inception, &expire, algorithmstr, keystr);
605 isc_buffer_init(&b, algorithmstr, strlen(algorithmstr));
606 isc_buffer_add(&b, strlen(algorithmstr));
635 char algorithmstr[DNS_NAME_FORMATSIZE]; local
643 dns_name_format(tkey->algorithm, algorithmstr, sizeof(algorithmstr));
647 tkey->inception, tkey->expire, algorithmstr,

Completed in 45 milliseconds