Home
last modified time | relevance | path

Searched defs:hkey (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/windows/
H A Dregistry.d272 private LONG regCloseKey(in HKEY hkey) in regCloseKey()
307 private void regFlushKey(in HKEY hkey) in regFlushKey()
318 private HKEY regCreateKey(in HKEY hkey, in string subKey, in DWORD dwOptions, in REGSAM samDesired, in regCreateKey()
337 private void regDeleteKey(in HKEY hkey, in string subKey, in REGSAM samDesired) in regDeleteKey()
358 private void regDeleteValue(in HKEY hkey, in string valueName) in regDeleteValue()
370 private HKEY regDup(HKEY hkey) in regDup()
414 private LONG regEnumKeyName(in HKEY hkey, in DWORD index, ref wchar[] name, out DWORD cchName) in regEnumKeyName()
445 private LONG regEnumValueName(in HKEY hkey, in DWORD dwIndex, ref wchar[] name, out DWORD cchName) in regEnumValueName()
465 private LONG regGetNumSubKeys(in HKEY hkey, out DWORD cSubKeys, out DWORD cchSubKeyMaxLen) in regGetNumSubKeys()
476 private LONG regGetNumValues(in HKEY hkey, out DWORD cValues, out DWORD cchValueMaxLen) in regGetNumValues()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/windows/
H A Dregistry.d272 private LONG regCloseKey(in HKEY hkey) in regCloseKey()
307 private void regFlushKey(in HKEY hkey) in regFlushKey()
318 private HKEY regCreateKey(in HKEY hkey, in string subKey, in DWORD dwOptions, in REGSAM samDesired, in regCreateKey()
337 private void regDeleteKey(in HKEY hkey, in string subKey, in REGSAM samDesired) in regDeleteKey()
358 private void regDeleteValue(in HKEY hkey, in string valueName) in regDeleteValue()
370 private HKEY regDup(HKEY hkey) in regDup()
414 private LONG regEnumKeyName(in HKEY hkey, in DWORD index, ref wchar[] name, out DWORD cchName) in regEnumKeyName()
445 private LONG regEnumValueName(in HKEY hkey, in DWORD dwIndex, ref wchar[] name, out DWORD cchName) in regEnumValueName()
465 private LONG regGetNumSubKeys(in HKEY hkey, out DWORD cSubKeys, out DWORD cchSubKeyMaxLen) in regGetNumSubKeys()
476 private LONG regGetNumValues(in HKEY hkey, out DWORD cValues, out DWORD cchValueMaxLen) in regGetNumValues()
[all …]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dhmac_link.c169 const dst_hmac_key_t *hkey = key->keydata.hmac_key; in hmac_createctx() local
310 dst_hmac_key_t *hkey = key->keydata.hmac_key; in hmac_destroy() local
319 dst_hmac_key_t *hkey = key->keydata.hmac_key; in hmac_todns() local
333 dst_hmac_key_t *hkey; in hmac_fromdns() local
408 dst_hmac_key_t *hkey; in hmac_tofile() local
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dhmac_link.c175 const dst_hmac_key_t *hkey = key->keydata.hmac_key; hmac_createctx() local
316 dst_hmac_key_t *hkey = key->keydata.hmac_key; hmac_destroy() local
325 dst_hmac_key_t *hkey = key->keydata.hmac_key; hmac_todns() local
339 dst_hmac_key_t *hkey; hmac_fromdns() local
414 dst_hmac_key_t *hkey; hmac_tofile() local
[all...]
/netbsd-src/external/bsd/libbind/dist/dst/
H A Dhmac_link.c225 HMAC_Key *hkey = NULL; in dst_buffer_to_hmac_md5() local
283 HMAC_Key *hkey; in dst_hmac_md5_key_to_file_format() local
395 HMAC_Key *hkey; in dst_hmac_md5_to_dns_key() local
432 HMAC_Key *hkey = key; in dst_hmac_md5_free_key_structure() local
/netbsd-src/lib/libresolv/
H A Dhmac_link.c215 HMAC_Key *hkey = NULL; in dst_buffer_to_hmac_md5() local
274 HMAC_Key *hkey; in dst_hmac_md5_key_to_file_format() local
386 HMAC_Key *hkey; in dst_hmac_md5_to_dns_key() local
423 HMAC_Key *hkey = key; in dst_hmac_md5_free_key_structure() local
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/hmac/
H A Dhm_pmeth.c88 ASN1_OCTET_STRING *hkey = NULL; in pkey_hmac_keygen() local
/netbsd-src/sbin/cgdconfig/
H A Dhkdf_hmac_sha256.c49 uint8_t hkey[SHA256_DIGEST_LENGTH]; in hmacsha256_init() local
/netbsd-src/external/bsd/openldap/dist/libraries/liblutil/
H A Dntservice.c358 HKEY hkey; in lutil_getRegParam() local
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Denc.c102 char *hkey = NULL, *hiv = NULL, *hsalt = NULL, *p; in enc_main() local
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Denc.c124 char *hkey = NULL, *hiv = NULL, *hsalt = NULL, *p; in enc_main() local
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/engine/
H A Deng_openssl.c494 ASN1_OCTET_STRING *hkey = NULL; in ossl_hmac_keygen() local
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/engine/
H A Deng_openssl.c511 ASN1_OCTET_STRING *hkey = NULL; in ossl_hmac_keygen() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DMSVC.cpp859 static bool readFullStringValue(HKEY hkey, const char *valueName, in readFullStringValue()