Home
last modified time | relevance | path

Searched refs:supported (Results 1 – 25 of 27) sorted by relevance

12

/system/keymaster/
Doperation.cpp25 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()
Doperation.h73 bool supported(keymaster_padding_t padding) const;
74 bool supported(keymaster_block_mode_t padding) const;
75 bool supported(keymaster_digest_t padding) const;
Dandroid_keymaster.cpp136 const T* supported = (factory->*get_supported_method)(&count); in GetSupported() local
137 response->SetResults(supported, count); in GetSupported()
Daes_operation.cpp99 } else if (!supported(block_mode)) { in CreateOperation()
/system/bt/stack/test/
Dstack_a2dp_test.cc177 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/
Dupdate_metadata.proto81 // 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/
DUtils.cpp509 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/
Dseapp_contexts54 # 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/
Dfifo.h25 #error C API is no longer supported
/system/tpm/attestation/common/
Dcommon.proto21 // Enumerates various certificate profiles supported by the Attestation CA.
/system/tools/hidl/test/errors/
Dsyntax.output18 ERROR: ref of interface IEx1 is not supported. at system/tools/hidl/test/errors/syntax/1.0/IEx1.hal…
/system/tools/hidl/
Dhidl-gen_y.yy961 << " 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/
DIBluetooth.txt98 * Returns true, if the multi-advertisement feature is supported. Returns
DIBluetoothGattClientCallback.txt20 * TODO(armansito): Not yet supported.
DIBluetoothGattClient.txt20 * TODO(armansito): Not yet supported.
/system/chre/platform/shared/idl/
Dhost_messages.fbs35 /// generated C++ uses std::string which is not well-supported in CHRE. This
/system/core/logd/
DREADME.property45 "m[onotonic]" is the only supported
/system/sepolicy/tools/sepolicy-analyze/
DREADME4 supported include:
/system/sepolicy/
DREADME40 policies, policy generation, conditional file paths, etc. It is supported in
DAndroid.mk37 $(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/
Draw_structures_fixed.txt1459 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 …]
Draw_structures.txt1459 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 …]
Draw_commands_fixed.txt1184 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/
DREADME.md164 version Version of FastBoot protocol supported.
/system/chre/chre_api/doc/
DDoxyfile271 # 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.

12