Searched refs:ac16 (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/unbound/sldns/
H A Dkeyraw.c113 uint16_t ac16 = 0; local
115 memmove(&ac16, key + keysize - 3, 2);
117 ac16 = ntohs(ac16);
118 return (uint16_t) ac16;
/freebsd-11-stable/contrib/ldns/
H A Ddnssec.c273 uint16_t ac16; local
296 ac16 = ldns_calc_keytag_raw(ldns_buffer_begin(keybuf), keysize);
298 return ac16;
305 uint16_t ac16; local
312 ac16 = 0;
314 memmove(&ac16, key + keysize - 3, 2);
316 ac16 = ntohs(ac16);
317 return (uint16_t) ac16;

Completed in 100 milliseconds