Home
last modified time | relevance | path

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

/system/extras/ext4_utils/
Dext4_crypt_init_extensions.cpp117 std::vector<std::string> modes = android::base::Split(modestring, ":"); in set_system_de_policy_on() local
119 if (modes.size() < 1 || modes.size() > 2) { in set_system_de_policy_on()
126 modes[0].c_str(), in set_system_de_policy_on()
127 modes.size() >= 2 ? in set_system_de_policy_on()
128 modes[1].c_str() : "aes-256-cts"); in set_system_de_policy_on()
/system/iot/attestation/partner-tools/
Daesgcm.py25 from cryptography.hazmat.primitives.ciphers import modes
59 algorithms.AES(key), modes.GCM(iv),
90 algorithms.AES(key), modes.GCM(iv, tag),
/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/contexts/
Dsoft_keymaster_device.cpp444 keymaster_block_mode_t** modes, in get_supported_block_modes() argument
449 if (!modes || !modes_length) in get_supported_block_modes()
454 return km1_dev->get_supported_block_modes(km1_dev, algorithm, purpose, modes, modes_length); in get_supported_block_modes()
469 *modes = reinterpret_cast<keymaster_block_mode_t*>(malloc(*modes_length * sizeof(**modes))); in get_supported_block_modes()
470 if (!*modes) in get_supported_block_modes()
472 std::copy(response.results, response.results + response.results_length, *modes); in get_supported_block_modes()
480 keymaster_padding_t** modes, in get_supported_padding_modes() argument
485 if (!modes || !modes_length) in get_supported_padding_modes()
490 return km1_dev->get_supported_padding_modes(km1_dev, algorithm, purpose, modes, in get_supported_padding_modes()
505 *modes = reinterpret_cast<keymaster_padding_t*>(malloc(*modes_length * sizeof(**modes))); in get_supported_padding_modes()
[all …]
/system/keymaster/include/keymaster/
Dsoft_keymaster_device.h115 keymaster_block_mode_t** modes,
120 keymaster_padding_t** modes,
/system/security/keystore/
Dkey_config.proto42 // Track which padding modes this key supports.
/system/keymaster/tests/
Dandroid_keymaster_test_utils.cpp777 keymaster_block_mode_t** modes, in get_supported_block_modes() argument
779 return unwrap(dev)->get_supported_block_modes(unwrap(dev), algorithm, purpose, modes, in get_supported_block_modes()
785 keymaster_padding_t** modes, in get_supported_padding_modes() argument
787 return unwrap(dev)->get_supported_padding_modes(unwrap(dev), algorithm, purpose, modes, in get_supported_padding_modes()
/system/core/libpixelflinger/codeflinger/
DARMAssembler.cpp440 #pragma mark Addressing modes...
DMIPS64Assembler.cpp193 #pragma mark Addressing modes & shifters...
DMIPSAssembler.cpp203 #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.md55 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.