Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/dig/lib/dns/include/dst/
Ddst.h230 dst_key_frombuffer(unsigned int alg, unsigned int flags, unsigned int protocol,
/openbsd/src/usr.bin/dig/lib/dns/
Dtsig.c294 result = dst_key_frombuffer(DST_ALG_HMACSHA1, in dns_tsigkey_create()
307 result = dst_key_frombuffer(DST_ALG_HMACSHA224, in dns_tsigkey_create()
320 result = dst_key_frombuffer(DST_ALG_HMACSHA256, in dns_tsigkey_create()
333 result = dst_key_frombuffer(DST_ALG_HMACSHA384, in dns_tsigkey_create()
346 result = dst_key_frombuffer(DST_ALG_HMACSHA512, in dns_tsigkey_create()
Ddst_api.c227 dst_key_frombuffer(unsigned int alg, unsigned int flags, unsigned int protocol, in dst_key_frombuffer() function