Home
last modified time | relevance | path

Searched refs:subkeys (Results 1 – 11 of 11) sorted by relevance

/third_party/python/Doc/library/
Dwinreg.rst130 parameter. This value must not be ``None``, and the key may not have subkeys.
132 *This method can not delete keys with subkeys.*
158 subkeys.
166 *This method can not delete keys with subkeys.*
195 Enumerates subkeys of an open registry key, returning a string.
410 Saves the specified key, and all its subkeys to the specified file.
504 subkeys.
519 Restoring reflection for a key does not affect reflection of any subkeys.
638 Required to enumerate the subkeys of a registry key.
643 subkeys of a registry key.
/third_party/mbedtls/library/
Dcmac.c741 const unsigned char *subkeys, in cmac_test_subkeys() argument
804 if ((ret = memcmp(K1, subkeys, block_size)) != 0 || in cmac_test_subkeys()
805 (ret = memcmp(K2, &subkeys[block_size], block_size)) != 0) { in cmac_test_subkeys()
/third_party/gn/src/gn/
Dvisual_studio_writer.cc105 const char16_t* const subkeys[] = { in GetWindowsKitsIncludeDirs() local
112 for (const char16_t* subkey : subkeys) { in GetWindowsKitsIncludeDirs()
/third_party/node/
DREADME.md734 Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
757 To import the full set of trusted release keys (including subkeys possibly used
/third_party/python/Doc/using/
Dwindows.rst983 * Additional "application paths" can be added in the registry as subkeys of
/third_party/node/doc/changelogs/
DCHANGELOG_V5.md926 …/github.com/nodejs/node/commit/fd5c56698e)] - **tools**: add support for subkeys in release tools …
DCHANGELOG_V13.md118 …ommit/b7da58773c)] - **doc**: note that signatures of binary may be from subkeys (Reşat SABIQ) [#3…
DCHANGELOG_V4.md2461 …/github.com/nodejs/node/commit/b66db49f94)] - **tools**: add support for subkeys in release tools …
DCHANGELOG_V14.md4314 …ommit/5d940de17b)] - **doc**: note that signatures of binary may be from subkeys (Reşat SABIQ) [#3…
DCHANGELOG_V12.md2163 …ommit/8e7c41ee55)] - **doc**: note that signatures of binary may be from subkeys (Reşat SABIQ) [#3…
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h147 struct lockdep_subclass_key subkeys[8]; member