Home
last modified time | relevance | path

Searched refs:modes (Results 1 – 17 of 17) sorted by relevance

/system/tpm/trunks/ftdi/
Dmpsse.h85 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,
Dmpsse.c58 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/
Dsoft_keymaster_device.cpp435 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 …]
Dandroid_keymaster_test_utils.cpp752 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/
Dmultinetwork_test.py216 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/
Dsoft_keymaster_device.h115 keymaster_block_mode_t** modes,
120 keymaster_padding_t** modes,
/system/connectivity/shill/dbus/
Dchromeos_mm1_modem_proxy.cc156 std::tuple<uint32_t, uint32_t> modes { allowed_modes, preferred_mode }; in SetCurrentModes() local
158 modes, in SetCurrentModes()
/system/connectivity/shill/cellular/
Dcellular_capability_universal.cc1226 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/
DARMAssembler.cpp454 #pragma mark Addressing modes...
DMIPS64Assembler.cpp199 #pragma mark Addressing modes & shifters...
DMIPSAssembler.cpp205 #pragma mark Addressing modes & shifters...
/system/bt/doc/
Dpower_management.md52 power modes are acceptable and what actions to take for each event.
/system/core/init/
Dreadme.txt46 modes. The three default paths should be used for the normal boot process.
/system/tpm/trunks/generator/
Draw_commands.txt9958 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
Draw_commands_fixed.txt9969 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
Draw_structures.txt10049 A TPMI_ALG_SYM_MODE is an interface type of all the TCG-defined block-cipher modes of operation.
Draw_structures_fixed.txt10077 A TPMI_ALG_SYM_MODE is an interface type of all the TCG-defined block-cipher modes of operation.