Searched refs:modes (Results 1 – 12 of 12) sorted by relevance
/system/extras/libfscrypt/ |
D | fscrypt.cpp | 66 static bool LookupModeByName(const std::vector<struct ModeLookupEntry>& modes, in LookupModeByName() argument 68 for (const auto& e : modes) { in LookupModeByName() 77 static bool LookupModeById(const std::vector<struct ModeLookupEntry>& modes, int id, in LookupModeById() argument 79 for (const auto& e : modes) { in LookupModeById()
|
/system/keymaster/contexts/ |
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 …]
|
/system/keymaster/include/keymaster/ |
D | soft_keymaster_device.h | 115 keymaster_block_mode_t** modes, 120 keymaster_padding_t** modes,
|
/system/security/keystore/ |
D | key_config.proto | 42 // Track which padding modes this key supports.
|
/system/keymaster/tests/ |
D | android_keymaster_test_utils.cpp | 777 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/bt/gd/docs/testing/ |
D | gtest.md | 41 Android tool that allows a developers to run multiple modes of tests from the
|
/system/core/libpixelflinger/codeflinger/ |
D | ARMAssembler.cpp | 440 #pragma mark Addressing modes...
|
D | MIPS64Assembler.cpp | 193 #pragma mark Addressing modes & shifters...
|
D | MIPSAssembler.cpp | 203 #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/sepolicy/prebuilts/api/30.0/public/ |
D | te_macros | 666 # There are two modes for profiling:
|
/system/sepolicy/public/ |
D | te_macros | 666 # There are two modes for profiling:
|