Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/dig/lib/dns/
Dhmac_link.c289 isc_sha224_t sha224ctx; in hmacsha224_fromdns() local
302 isc_sha224_init(&sha224ctx); in hmacsha224_fromdns()
303 isc_sha224_update(&sha224ctx, r.base, r.length); in hmacsha224_fromdns()
304 isc_sha224_final(hkey->key, &sha224ctx); in hmacsha224_fromdns()