Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/des/
Dinternal.h214 (u) = (R) ^ (ks)->subkeys[S][0]; \
215 (t) = (R) ^ (ks)->subkeys[S][1]; \
Ddes.c345 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.rst104 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/
Dwinreg.rst120 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/
Ddes.h75 uint32_t subkeys[16][2]; member
/external/python/setuptools/setuptools/
Dmsvc.py508 subkeys, values, _ = winreg.QueryInfoKey(bkey)
516 for i in range(subkeys):
/external/python/cpython2/Doc/using/
Dwindows.rst172 * Additional "application paths" can be added in the registry as subkeys of
/external/python/cpython3/Doc/using/
Dwindows.rst935 * Additional "application paths" can be added in the registry as subkeys of
/external/openssh/
DChangeLog4261 clarify ordering of subkeys; pointed out by ietf-ssh AT