Searched refs:dhkey (Results 1 – 5 of 5) sorted by relevance
| /freebsd-9-stable/contrib/wpa/src/wps/ |
| D | wps_common.c | 68 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/ |
| D | tkey.c | 119 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/ |
| D | tkey.h | 42 dst_key_t *dhkey; member
|
| /freebsd-9-stable/contrib/bind9/bin/named/ |
| D | tkeyconf.c | 83 type, NULL, mctx, &tctx->dhkey)); in ns_tkeyctx_fromconfig()
|
| /freebsd-9-stable/contrib/bind9/doc/misc/ |
| D | options | 240 tkey-dhkey <quoted_string> <integer>;
|