Searched refs:hkey (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dconfig_win.c115 parse_section(svn_config_t *cfg, HKEY hkey, const char *section,
127 err = RegEnumValue(hkey, index, option->data, &option_len,
134 err = RegEnumValue(hkey, index, option->data, &option_len,
146 err = RegQueryValueEx(hkey, option->data, NULL, NULL,
151 err = RegQueryValueEx(hkey, option->data, NULL, NULL,
177 HKEY base_hkey, hkey;
200 &hkey);
228 svn_err = parse_section(cfg, hkey, SVN_CONFIG__DEFAULT_SECTION,
240 err = RegEnumKeyEx(hkey, index, section->data, &section_len,
247 err = RegEnumKeyEx(hkey, inde
113 parse_section(svn_config_t *cfg, HKEY hkey, const char *section, svn_stringbuf_t *option, svn_stringbuf_t *value) argument
174 HKEY base_hkey, hkey; local
[all...]
H A Dsysinfo.c973 registry_value(HKEY hkey, wchar_t *name, apr_pool_t *pool)
978 if (RegQueryValueExW(hkey, name, NULL, NULL, NULL, &size))
982 if (RegQueryValueExW(hkey, name, NULL, NULL, (void*)value, &size))
969 registry_value(HKEY hkey, wchar_t *name, apr_pool_t *pool) argument
/freebsd-11-stable/sys/geom/eli/
H A Dg_eli_hmac.c49 g_eli_crypto_hmac_init(struct hmac_ctx *ctx, const uint8_t *hkey, argument
60 bcopy(hkey, key, hkeylen);
64 SHA512_Update(&lctx, hkey, hkeylen);
113 g_eli_crypto_hmac(const uint8_t *hkey, size_t hkeysize, const uint8_t *data, argument
118 g_eli_crypto_hmac_init(&ctx, hkey, hkeysize);
H A Dg_eli.h708 void g_eli_crypto_hmac_init(struct hmac_ctx *ctx, const uint8_t *hkey,
713 void g_eli_crypto_hmac(const uint8_t *hkey, size_t hkeysize,
/freebsd-11-stable/crypto/openssl/crypto/hmac/
H A Dhm_pmeth.c131 ASN1_OCTET_STRING *hkey = NULL; local
135 hkey = ASN1_OCTET_STRING_dup(&hctx->ktmp);
136 if (!hkey)
138 EVP_PKEY_assign(pkey, EVP_PKEY_HMAC, hkey);
/freebsd-11-stable/crypto/openssl/apps/
H A Denc.c126 char *hkey = NULL, *hiv = NULL, *hsalt = NULL; local
268 hkey = *(++argv);
431 if ((str == NULL) && (cipher != NULL) && (hkey == NULL)) {
582 if ((hkey != NULL) && !set_hex(hkey, key, EVP_CIPHER_key_length(cipher))) {
/freebsd-11-stable/sys/dev/acpi_support/
H A Dacpi_ibm.c390 int hkey; local
432 if (ACPI_SUCCESS (acpi_GetInteger(sc->handle, "MHKV", &hkey))) {
433 device_printf(dev, "Firmware version is 0x%X\n", hkey);
434 switch(hkey >> 8)
458 device_printf(dev, "Unknown firmware version 0x%x\n", hkey);
/freebsd-11-stable/contrib/wpa/src/rsn_supp/
H A Dwpa.c4563 struct wpabuf *secret, *pub, *hkey; local
4661 hkey = wpabuf_alloc(wpabuf_len(pub) + elems.owe_dh_len - 2 + 2);
4662 if (!hkey) {
4668 wpabuf_put_buf(hkey, pub); /* C */
4670 wpabuf_put_data(hkey, elems.owe_dh + 2, elems.owe_dh_len - 2); /* A */
4671 wpabuf_put_le16(hkey, sm->owe_group); /* group */
4673 res = hmac_sha256(wpabuf_head(hkey), wpabuf_len(hkey),
4676 res = hmac_sha384(wpabuf_head(hkey), wpabuf_len(hkey),
[all...]
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dieee802_11.c2661 struct wpabuf *secret, *pub, *hkey; local
2738 hkey = wpabuf_alloc(owe_dh_len - 2 + wpabuf_len(pub) + 2);
2739 if (!hkey) {
2745 wpabuf_put_data(hkey, owe_dh + 2, owe_dh_len - 2); /* C */
2746 wpabuf_put_buf(hkey, pub); /* A */
2748 wpabuf_put_le16(hkey, group); /* group */
2750 res = hmac_sha256(wpabuf_head(hkey), wpabuf_len(hkey),
2753 res = hmac_sha384(wpabuf_head(hkey), wpabuf_len(hkey),
[all...]
/freebsd-11-stable/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c1435 hval = HASH_IN4(&st->u.hkey) & (nh->hsize - 1);
1519 hval = HASH_IN4(&kst.u.hkey) & (nh->hsize - 1);
1532 if (st->u.hkey == kst.u.hkey && pg->nat_proto == nat_proto)
H A Dnat64lsn.h131 uint64_t hkey; member in union:nat64lsn_state::__anon5452
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp899 static bool readFullStringValue(HKEY hkey, const char *valueName, argument
909 result = RegQueryValueExW(hkey, WideValueName.c_str(), NULL, &type, NULL,
914 result = RegQueryValueExW(hkey, WideValueName.c_str(), NULL, NULL, &buffer[0],
/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c2614 __be32 *hkey; local
2660 hkey = (__be32 *) MLX5_ADDR_OF(tirc, tirc, rx_hash_toeplitz_key);
2673 mlx5e_get_rss_key(hkey);

Completed in 283 milliseconds