| /NextBSD/contrib/subversion/subversion/libsvn_subr/ |
| HD | config_win.c | 113 parse_section(svn_config_t *cfg, HKEY hkey, const char *section, in parse_section() argument 125 err = RegEnumValue(hkey, index, option->data, &option_len, in parse_section() 132 err = RegEnumValue(hkey, index, option->data, &option_len, in parse_section() 144 err = RegQueryValueEx(hkey, option->data, NULL, NULL, in parse_section() 149 err = RegQueryValueEx(hkey, option->data, NULL, NULL, in parse_section() 174 HKEY base_hkey, hkey; in svn_config__parse_registry() local 197 &hkey); in svn_config__parse_registry() 221 svn_err = parse_section(cfg, hkey, SVN_CONFIG__DEFAULT_SECTION, in svn_config__parse_registry() 233 err = RegEnumKeyEx(hkey, index, section->data, §ion_len, in svn_config__parse_registry() 240 err = RegEnumKeyEx(hkey, index, section->data, §ion_len, in svn_config__parse_registry() [all …]
|
| HD | sysinfo.c | 756 registry_value(HKEY hkey, wchar_t *name, apr_pool_t *pool) in registry_value() argument 761 if (RegQueryValueExW(hkey, name, NULL, NULL, NULL, &size)) in registry_value() 765 if (RegQueryValueExW(hkey, name, NULL, NULL, (void*)value, &size)) in registry_value()
|
| /NextBSD/sys/geom/eli/ |
| HD | g_eli_hmac.c | 47 g_eli_crypto_hmac_init(struct hmac_ctx *ctx, const uint8_t *hkey, in g_eli_crypto_hmac_init() argument 58 bcopy(hkey, key, hkeylen); in g_eli_crypto_hmac_init() 62 SHA512_Update(&lctx, hkey, hkeylen); in g_eli_crypto_hmac_init() 108 g_eli_crypto_hmac(const uint8_t *hkey, size_t hkeysize, const uint8_t *data, in g_eli_crypto_hmac() argument 113 g_eli_crypto_hmac_init(&ctx, hkey, hkeysize); in g_eli_crypto_hmac()
|
| HD | g_eli.h | 691 void g_eli_crypto_hmac_init(struct hmac_ctx *ctx, const uint8_t *hkey, 696 void g_eli_crypto_hmac(const uint8_t *hkey, size_t hkeysize,
|
| /NextBSD/crypto/openssl/crypto/hmac/ |
| HD | hm_pmeth.c | 128 ASN1_OCTET_STRING *hkey = NULL; in pkey_hmac_keygen() local 132 hkey = ASN1_OCTET_STRING_dup(&hctx->ktmp); in pkey_hmac_keygen() 133 if (!hkey) in pkey_hmac_keygen() 135 EVP_PKEY_assign(pkey, EVP_PKEY_HMAC, hkey); in pkey_hmac_keygen()
|
| /NextBSD/crypto/openssl/apps/ |
| HD | enc.c | 114 char *hkey = NULL, *hiv = NULL, *hsalt = NULL; in MAIN() local 256 hkey = *(++argv); in MAIN() 419 if ((str == NULL) && (cipher != NULL) && (hkey == NULL)) { in MAIN() 570 if ((hkey != NULL) && !set_hex(hkey, key, EVP_CIPHER_key_length(cipher))) { in MAIN()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Driver/ |
| HD | MSVCToolChain.cpp | 90 static bool readFullStringValue(HKEY hkey, const char *valueName, in readFullStringValue() argument 101 result = RegQueryValueEx(hkey, valueName, NULL, &type, NULL, &valueSize); in readFullStringValue() 105 result = RegQueryValueEx(hkey, valueName, NULL, NULL, &buffer[0], &valueSize); in readFullStringValue()
|
| /NextBSD/sys/dev/mlx5/mlx5_en/ |
| HD | mlx5_en_main.c | 1889 __be32 *hkey; in mlx5e_build_tir_ctx() local 1935 hkey = (__be32 *) MLX5_ADDR_OF(tirc, tirc, rx_hash_toeplitz_key); in mlx5e_build_tir_ctx() 1942 rss_getkey((uint8_t *)hkey); in mlx5e_build_tir_ctx() 1945 hkey[0] = cpu_to_be32(0xD181C62C); in mlx5e_build_tir_ctx() 1946 hkey[1] = cpu_to_be32(0xF7F4DB5B); in mlx5e_build_tir_ctx() 1947 hkey[2] = cpu_to_be32(0x1983A2FC); in mlx5e_build_tir_ctx() 1948 hkey[3] = cpu_to_be32(0x943E1ADB); in mlx5e_build_tir_ctx() 1949 hkey[4] = cpu_to_be32(0xD9389E6B); in mlx5e_build_tir_ctx() 1950 hkey[5] = cpu_to_be32(0xD1039C2C); in mlx5e_build_tir_ctx() 1951 hkey[6] = cpu_to_be32(0xA74499AD); in mlx5e_build_tir_ctx() [all …]
|
| /NextBSD/sys/security/audit/ |
| HD | audit_session.c | 681 uint32_t hkey; in audit_session_find() local 686 hkey = HASH_ASID(asid); in audit_session_find() 688 LIST_FOREACH(found_se, &au_sentry_bucket[hkey], se_link) in audit_session_find() 703 uint32_t hkey; in audit_session_remove() local 711 hkey = HASH_ASID(se->se_asid); in audit_session_remove() 723 LIST_FOREACH_SAFE(found_se, &au_sentry_bucket[hkey], se_link, tmp_se) { in audit_session_remove()
|