Home
last modified time | relevance | path

Searched refs:mac_bytes (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/ldns/
H A Dtsig.c175 unsigned char *mac_bytes = NULL; in ldns_tsig_mac_new() local
252 mac_bytes = LDNS_XMALLOC(unsigned char, md_len+2); in ldns_tsig_mac_new()
253 if(!mac_bytes) { in ldns_tsig_mac_new()
257 memset(mac_bytes, 0, md_len+2); in ldns_tsig_mac_new()
263 (size_t) wiresize, mac_bytes + 2, &md_len); in ldns_tsig_mac_new()
265 ldns_write_uint16(mac_bytes, md_len); in ldns_tsig_mac_new()
267 mac_bytes); in ldns_tsig_mac_new()
275 LDNS_FREE(mac_bytes); in ldns_tsig_mac_new()