/system/keymaster/ |
D | operation.cpp | 25 bool OperationFactory::supported(keymaster_padding_t padding) const { in supported() function in keymaster::OperationFactory 34 bool OperationFactory::supported(keymaster_block_mode_t block_mode) const { in supported() function in keymaster::OperationFactory 43 bool OperationFactory::supported(keymaster_digest_t digest) const { in supported() function in keymaster::OperationFactory 95 } else if (!supported(*padding)) { in GetAndValidatePadding() 120 } else if (!supported(*digest)) { in GetAndValidateDigest()
|
D | operation.h | 73 bool supported(keymaster_padding_t padding) const; 74 bool supported(keymaster_block_mode_t padding) const; 75 bool supported(keymaster_digest_t padding) const;
|
D | android_keymaster.cpp | 136 const T* supported = (factory->*get_supported_method)(&count); in GetSupported() local 137 response->SetResults(supported, count); in GetSupported()
|
D | aes_operation.cpp | 99 } else if (!supported(block_mode)) { in CreateOperation()
|
/system/bt/stack/test/ |
D | stack_a2dp_test.cc | 177 bool supported = false; in StackA2dpTest() local 180 supported = true; in StackA2dpTest() 183 supported = true; in StackA2dpTest() 188 supported = has_shared_library(APTX_ENCODER_LIB_NAME); in StackA2dpTest() 193 supported = has_shared_library(APTX_HD_ENCODER_LIB_NAME); in StackA2dpTest() 198 supported = has_shared_library(LDAC_ENCODER_LIB_NAME); in StackA2dpTest() 201 supported = true; in StackA2dpTest() 209 if (supported) { in StackA2dpTest()
|
/system/update_engine/ |
D | update_metadata.proto | 81 // The operations allowed in the payload (supported by the client) depend on the 156 // On minor version 2 or newer, these operations are supported: 161 // operations are supported: 166 // On minor version 4 or newer, these operations are supported: 257 // If either is absent, it means signatures aren't supported in this
|
/system/vold/ |
D | Utils.cpp | 509 std::string supported; in IsFilesystemSupported() local 510 if (!ReadFileToString(kProcFilesystems, &supported)) { in IsFilesystemSupported() 514 return supported.find(fsType + "\n") != std::string::npos; in IsFilesystemSupported()
|
/system/sepolicy/private/ |
D | seapp_contexts | 54 # levelFrom=user is only supported for _app or _isolated UIDs. 55 # levelFrom=app or levelFrom=all is only supported for _app UIDs.
|
/system/media/audio_utils/include/audio_utils/ |
D | fifo.h | 25 #error C API is no longer supported
|
/system/tpm/attestation/common/ |
D | common.proto | 21 // Enumerates various certificate profiles supported by the Attestation CA.
|
/system/tools/hidl/test/errors/ |
D | syntax.output | 18 ERROR: ref of interface IEx1 is not supported. at system/tools/hidl/test/errors/syntax/1.0/IEx1.hal…
|
/system/tools/hidl/ |
D | hidl-gen_y.yy | 961 << " is not supported. at " << @3 << "\n"; 972 << " is not supported. at " << @3 << "\n"; 979 << " is not supported. at " << @3 << "\n"; 992 std::cerr << "ERROR: Arrays of interface types are not supported."
|
/system/bt/service/doc/ |
D | IBluetooth.txt | 98 * Returns true, if the multi-advertisement feature is supported. Returns
|
D | IBluetoothGattClientCallback.txt | 20 * TODO(armansito): Not yet supported.
|
D | IBluetoothGattClient.txt | 20 * TODO(armansito): Not yet supported.
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 35 /// generated C++ uses std::string which is not well-supported in CHRE. This
|
/system/core/logd/ |
D | README.property | 45 "m[onotonic]" is the only supported
|
/system/sepolicy/tools/sepolicy-analyze/ |
D | README | 4 supported include:
|
/system/sepolicy/ |
D | README | 40 policies, policy generation, conditional file paths, etc. It is supported in
|
D | Android.mk | 37 $(error BOARD_SEPOLICY_REPLACE is no longer supported; please remove from your BoardConfig.mk or ot… 41 $(error BOARD_SEPOLICY_IGNORE is no longer supported; please remove from your BoardConfig.mk or oth…
|
/system/tpm/trunks/generator/ |
D | raw_structures_fixed.txt | 1459 the number of bits in the supported key 1470 the number of bits in the supported key 2434 A parameter that should be a structure tag has a value that is not supported by 2688 definitive list of algorithms that may be supported by a TPM. 3163 definitive list of curves that may be supported by a TPM. 4859 command code not supported 4985 asymmetric algorithm not supported or not correct 4997 hash algrithm not supported or not appropriate 5036 key size is not supported 5042 mask generation function not supported [all …]
|
D | raw_structures.txt | 1459 the number of bits in the supported key 1470 the number of bits in the supported key 2434 A parameter that should be a structure tag has a value that is not supported by 2686 definitive list of algorithms that may be supported by a TPM. 3169 definitive list of curves that may be supported by a TPM. 4865 command code not supported 4991 asymmetric algorithm not supported or not correct 5003 hash algrithm not supported or not appropriate 5042 key size is not supported 5048 mask generation function not supported [all …]
|
D | raw_commands_fixed.txt | 1184 supported. 1290 6) If the handle references a PCR, then the value is within the range of PCR supported by the TPM 1618 value that is supported by the TPM 1623 supported by the TPM 1628 supported by the TPM 1633 is supported by the TPM 1643 have a value that is supported by the TPM 1647 a parameter that is a key size has a value that is not supported by the TPM 1652 a value that is supported by the TPM 1661 a value that is supported by the TPM [all …]
|
/system/core/fastboot/ |
D | README.md | 164 version Version of FastBoot protocol supported.
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 271 # language is one of the parsers supported by doxygen: IDL, Java, Javascript, 789 # Note that for custom extensions or not directly supported extensions you also 884 # Note that for custom extensions or not directly supported extensions you also 897 # Note that for custom extensions or not directly supported extensions you also 1437 # supported properly for IE 6.0, but are supported on all modern browsers.
|