/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/windows/ |
H A D | registry.d | 272 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 D | registry.d | 272 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 D | hmac_link.c | 169 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 D | hmac_link.c | 175 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 D | hmac_link.c | 225 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 D | hmac_link.c | 215 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 D | hm_pmeth.c | 88 ASN1_OCTET_STRING *hkey = NULL; in pkey_hmac_keygen() local
|
/netbsd-src/sbin/cgdconfig/ |
H A D | hkdf_hmac_sha256.c | 49 uint8_t hkey[SHA256_DIGEST_LENGTH]; in hmacsha256_init() local
|
/netbsd-src/external/bsd/openldap/dist/libraries/liblutil/ |
H A D | ntservice.c | 358 HKEY hkey; in lutil_getRegParam() local
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | enc.c | 102 char *hkey = NULL, *hiv = NULL, *hsalt = NULL, *p; in enc_main() local
|
/netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
H A D | enc.c | 124 char *hkey = NULL, *hiv = NULL, *hsalt = NULL, *p; in enc_main() local
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/engine/ |
H A D | eng_openssl.c | 494 ASN1_OCTET_STRING *hkey = NULL; in ossl_hmac_keygen() local
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/engine/ |
H A D | eng_openssl.c | 511 ASN1_OCTET_STRING *hkey = NULL; in ossl_hmac_keygen() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
H A D | MSVC.cpp | 859 static bool readFullStringValue(HKEY hkey, const char *valueName, in readFullStringValue()
|