Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/wpa/src/wps/
Dwps_common.c68 u8 dhkey[SHA256_MAC_LEN], kdk[SHA256_MAC_LEN]; in wps_derive_keys() local
102 sha256_vector(1, addr, len, dhkey); in wps_derive_keys()
103 wpa_hexdump_key(MSG_DEBUG, "WPS: DHKey", dhkey, sizeof(dhkey)); in wps_derive_keys()
113 hmac_sha256_vector(dhkey, sizeof(dhkey), 3, addr, len, kdk); in wps_derive_keys()
/freebsd-9-stable/contrib/bind9/lib/dns/
Dtkey.c119 tctx->dhkey = NULL; in dns_tkeyctx_create()
138 if (tctx->dhkey != NULL) in dns_tkeyctx_destroy()
139 dst_key_free(&tctx->dhkey); in dns_tkeyctx_destroy()
305 if (tctx->dhkey == NULL) { in process_dhtkey()
344 if (dst_key_paramcompare(pubkey, tctx->dhkey)) in process_dhtkey()
371 RETERR(dst_key_todns(tctx->dhkey, &ourkeybuf)); in process_dhtkey()
377 dns_name_clone(dst_key_name(tctx->dhkey), &ourname); in process_dhtkey()
384 RETERR(dst_key_secretsize(tctx->dhkey, &sharedsize)); in process_dhtkey()
387 result = dst_key_computesecret(pubkey, tctx->dhkey, shared); in process_dhtkey()
/freebsd-9-stable/contrib/bind9/lib/dns/include/dns/
Dtkey.h42 dst_key_t *dhkey; member
/freebsd-9-stable/contrib/bind9/bin/named/
Dtkeyconf.c83 type, NULL, mctx, &tctx->dhkey)); in ns_tkeyctx_fromconfig()
/freebsd-9-stable/contrib/bind9/doc/misc/
Doptions240 tkey-dhkey <quoted_string> <integer>;