| /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| tkey.h | 41 dst_key_t *dhkey; member in struct:dns_tkeyctx
|
| tkey.h | 41 dst_key_t *dhkey; member in struct:dns_tkeyctx
|
| /src/external/bsd/wpa/dist/src/wps/ |
| wps_common.c | 65 u8 dhkey[SHA256_MAC_LEN], kdk[SHA256_MAC_LEN]; local 98 /* DHKey = SHA-256(g^AB mod p) */ 101 sha256_vector(1, addr, len, dhkey); 102 wpa_hexdump_key(MSG_DEBUG, "WPS: DHKey", dhkey, sizeof(dhkey)); 112 hmac_sha256_vector(dhkey, sizeof(dhkey), 3, addr, len, kdk);
|
| wps_common.c | 65 u8 dhkey[SHA256_MAC_LEN], kdk[SHA256_MAC_LEN]; local 98 /* DHKey = SHA-256(g^AB mod p) */ 101 sha256_vector(1, addr, len, dhkey); 102 wpa_hexdump_key(MSG_DEBUG, "WPS: DHKey", dhkey, sizeof(dhkey)); 112 hmac_sha256_vector(dhkey, sizeof(dhkey), 3, addr, len, kdk);
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| evp_extra_test2.c | 340 const DH *dhkey; local 352 ret = ret && TEST_ptr(dhkey = EVP_PKEY_get0_DH(key)) 353 && TEST_ptr(privkey = DH_get0_priv_key(dhkey))
|
| evp_extra_test2.c | 340 const DH *dhkey; local 352 ret = ret && TEST_ptr(dhkey = EVP_PKEY_get0_DH(key)) 353 && TEST_ptr(privkey = DH_get0_priv_key(dhkey))
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| evp_extra_test2.c | 377 const DH *dhkey; local 389 ret = ret && TEST_ptr(dhkey = EVP_PKEY_get0_DH(key)) 390 && TEST_ptr(privkey = DH_get0_priv_key(dhkey))
|
| evp_extra_test2.c | 377 const DH *dhkey; local 389 ret = ret && TEST_ptr(dhkey = EVP_PKEY_get0_DH(key)) 390 && TEST_ptr(privkey = DH_get0_priv_key(dhkey))
|