/system/tpm/trunks/ftdi/ |
D | mpsse.h | 85 enum modes { enum 155 enum modes mode; 178 struct mpsse_context* MPSSE(enum modes mode, int freq, int endianess); 181 enum modes mode, 189 enum modes mode,
|
D | mpsse.c | 58 struct mpsse_context* MPSSE(enum modes mode, int freq, int endianess) { in MPSSE() 90 enum modes mode, in Open() 119 enum modes mode, in OpenIndex()
|
/system/keymaster/ |
D | soft_keymaster_device.cpp | 435 keymaster_block_mode_t** modes, in get_supported_block_modes() argument 440 if (!modes || !modes_length) in get_supported_block_modes() 445 return km1_dev->get_supported_block_modes(km1_dev, algorithm, purpose, modes, modes_length); in get_supported_block_modes() 460 *modes = reinterpret_cast<keymaster_block_mode_t*>(malloc(*modes_length * sizeof(**modes))); in get_supported_block_modes() 461 if (!*modes) in get_supported_block_modes() 463 std::copy(response.results, response.results + response.results_length, *modes); in get_supported_block_modes() 471 keymaster_padding_t** modes, in get_supported_padding_modes() argument 476 if (!modes || !modes_length) in get_supported_padding_modes() 481 return km1_dev->get_supported_padding_modes(km1_dev, algorithm, purpose, modes, in get_supported_padding_modes() 496 *modes = reinterpret_cast<keymaster_padding_t*>(malloc(*modes_length * sizeof(**modes))); in get_supported_padding_modes() [all …]
|
D | android_keymaster_test_utils.cpp | 752 keymaster_block_mode_t** modes, in get_supported_block_modes() argument 754 return unwrap(dev)->get_supported_block_modes(unwrap(dev), algorithm, purpose, modes, in get_supported_block_modes() 760 keymaster_padding_t** modes, in get_supported_padding_modes() argument 762 return unwrap(dev)->get_supported_padding_modes(unwrap(dev), algorithm, purpose, modes, in get_supported_padding_modes()
|
/system/extras/tests/net_test/ |
D | multinetwork_test.py | 216 modes = ["oif"] 218 modes = ["mark", "oif"] 220 modes += ["ucast_oif"] 222 for mode in modes: 508 def CheckTCP(self, version, modes): argument 516 for mode in modes: 691 def CheckPMTU(self, version, use_connect, modes): argument 700 for mode in modes:
|
/system/keymaster/include/keymaster/ |
D | soft_keymaster_device.h | 115 keymaster_block_mode_t** modes, 120 keymaster_padding_t** modes,
|
/system/connectivity/shill/dbus/ |
D | chromeos_mm1_modem_proxy.cc | 156 std::tuple<uint32_t, uint32_t> modes { allowed_modes, preferred_mode }; in SetCurrentModes() local 158 modes, in SetCurrentModes()
|
/system/connectivity/shill/cellular/ |
D | cellular_capability_universal.cc | 1226 for (const auto& modes : mm_supported_modes) { in OnModemPropertiesChanged() local 1228 ModemModes(std::get<0>(modes), in OnModemPropertiesChanged() 1229 static_cast<MMModemMode>(std::get<1>(modes)))); in OnModemPropertiesChanged()
|
/system/core/libpixelflinger/codeflinger/ |
D | ARMAssembler.cpp | 454 #pragma mark Addressing modes...
|
D | MIPS64Assembler.cpp | 199 #pragma mark Addressing modes & shifters...
|
D | MIPSAssembler.cpp | 205 #pragma mark Addressing modes & shifters...
|
/system/bt/doc/ |
D | power_management.md | 52 power modes are acceptable and what actions to take for each event.
|
/system/core/init/ |
D | readme.txt | 46 modes. The three default paths should be used for the normal boot process.
|
/system/tpm/trunks/generator/ |
D | raw_commands.txt | 9958 Some of the symmetric encryption/decryption modes use an IV. When an IV is used, it may be an 10299 // The input iv for ECB mode should be null. All the other modes should
|
D | raw_commands_fixed.txt | 9969 Some of the symmetric encryption/decryption modes use an IV. When an IV is used, it may be an 10310 // The input iv for ECB mode should be null. All the other modes should
|
D | raw_structures.txt | 10049 A TPMI_ALG_SYM_MODE is an interface type of all the TCG-defined block-cipher modes of operation.
|
D | raw_structures_fixed.txt | 10077 A TPMI_ALG_SYM_MODE is an interface type of all the TCG-defined block-cipher modes of operation.
|