Home
last modified time | relevance | path

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

/system/extras/ext4_utils/
Dext4_crypt_init_extensions.cpp116 std::vector<std::string> modes = android::base::Split(modestring, ":"); in set_system_de_policy_on() local
118 if (modes.size() < 1 || modes.size() > 2) { in set_system_de_policy_on()
125 modes[0].c_str(), in set_system_de_policy_on()
126 modes.size() >= 2 ? in set_system_de_policy_on()
127 modes[1].c_str() : "aes-256-cts"); in set_system_de_policy_on()
/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.cpp445 keymaster_block_mode_t** modes, in get_supported_block_modes() argument
450 if (!modes || !modes_length) in get_supported_block_modes()
455 return km1_dev->get_supported_block_modes(km1_dev, algorithm, purpose, modes, modes_length); in get_supported_block_modes()
470 *modes = reinterpret_cast<keymaster_block_mode_t*>(malloc(*modes_length * sizeof(**modes))); in get_supported_block_modes()
471 if (!*modes) in get_supported_block_modes()
473 std::copy(response.results, response.results + response.results_length, *modes); in get_supported_block_modes()
481 keymaster_padding_t** modes, in get_supported_padding_modes() argument
486 if (!modes || !modes_length) in get_supported_padding_modes()
491 return km1_dev->get_supported_padding_modes(km1_dev, algorithm, purpose, modes, in get_supported_padding_modes()
506 *modes = reinterpret_cast<keymaster_padding_t*>(malloc(*modes_length * sizeof(**modes))); in get_supported_padding_modes()
[all …]
Dandroid_keymaster_test_utils.cpp748 keymaster_block_mode_t** modes, in get_supported_block_modes() argument
750 return unwrap(dev)->get_supported_block_modes(unwrap(dev), algorithm, purpose, modes, in get_supported_block_modes()
756 keymaster_padding_t** modes, in get_supported_padding_modes() argument
758 return unwrap(dev)->get_supported_padding_modes(unwrap(dev), algorithm, purpose, modes, in get_supported_padding_modes()
/system/keymaster/include/keymaster/
Dsoft_keymaster_device.h116 keymaster_block_mode_t** modes,
121 keymaster_padding_t** modes,
/system/core/libpixelflinger/codeflinger/
DARMAssembler.cpp440 #pragma mark Addressing modes...
DMIPS64Assembler.cpp192 #pragma mark Addressing modes & shifters...
DMIPSAssembler.cpp200 #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.md51 modes. The three default paths should be used for the normal boot process.
/system/tpm/trunks/generator/
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_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_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.