Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/dig/lib/dns/
Dhmac_link.c433 isc_sha256_t sha256ctx; in hmacsha256_fromdns() local
446 isc_sha256_init(&sha256ctx); in hmacsha256_fromdns()
447 isc_sha256_update(&sha256ctx, r.base, r.length); in hmacsha256_fromdns()
448 isc_sha256_final(hkey->key, &sha256ctx); in hmacsha256_fromdns()