Searched refs:modes (Results 1 – 15 of 15) sorted by relevance
/system/extras/ext4_utils/ |
D | ext4_crypt_init_extensions.cpp | 116 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/ |
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 | 445 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 …]
|
D | android_keymaster_test_utils.cpp | 748 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/ |
D | soft_keymaster_device.h | 116 keymaster_block_mode_t** modes, 121 keymaster_padding_t** modes,
|
/system/core/libpixelflinger/codeflinger/ |
D | ARMAssembler.cpp | 440 #pragma mark Addressing modes...
|
D | MIPS64Assembler.cpp | 192 #pragma mark Addressing modes & shifters...
|
D | MIPSAssembler.cpp | 200 #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.md | 51 modes. The three default paths should be used for the normal boot process.
|
/system/tpm/trunks/generator/ |
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_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_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.
|