Searched refs:subkeys (Results 1 – 9 of 9) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/des/ |
D | internal.h | 214 (u) = (R) ^ (ks)->subkeys[S][0]; \ 215 (t) = (R) ^ (ks)->subkeys[S][1]; \
|
D | des.c | 345 schedule->subkeys[i][0] = ROTATE(t2, 30) & 0xffffffffL; in DES_set_key() 348 schedule->subkeys[i][1] = ROTATE(t2, 26) & 0xffffffffL; in DES_set_key()
|
/external/python/cpython2/Doc/library/ |
D | _winreg.rst | 104 parameter. This value must not be ``None``, and the key may not have subkeys. 106 *This method can not delete keys with subkeys.* 127 subkeys. 136 *This method can not delete keys with subkeys.* 158 Enumerates subkeys of an open registry key, returning a string. 347 Saves the specified key, and all its subkeys to the specified file. 435 subkeys. 448 Restoring reflection for a key does not affect reflection of any subkeys. 563 Required to enumerate the subkeys of a registry key. 568 subkeys of a registry key.
|
/external/python/cpython3/Doc/library/ |
D | winreg.rst | 120 parameter. This value must not be ``None``, and the key may not have subkeys. 122 *This method can not delete keys with subkeys.* 146 subkeys. 154 *This method can not delete keys with subkeys.* 179 Enumerates subkeys of an open registry key, returning a string. 376 Saves the specified key, and all its subkeys to the specified file. 464 subkeys. 477 Restoring reflection for a key does not affect reflection of any subkeys. 592 Required to enumerate the subkeys of a registry key. 597 subkeys of a registry key.
|
/external/boringssl/src/include/openssl/ |
D | des.h | 75 uint32_t subkeys[16][2]; member
|
/external/python/setuptools/setuptools/ |
D | msvc.py | 508 subkeys, values, _ = winreg.QueryInfoKey(bkey) 516 for i in range(subkeys):
|
/external/python/cpython2/Doc/using/ |
D | windows.rst | 172 * Additional "application paths" can be added in the registry as subkeys of
|
/external/python/cpython3/Doc/using/ |
D | windows.rst | 935 * Additional "application paths" can be added in the registry as subkeys of
|
/external/openssh/ |
D | ChangeLog | 4261 clarify ordering of subkeys; pointed out by ietf-ssh AT
|