Home
last modified time | relevance | path

Searched refs:supported (Results 1 – 25 of 30) 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/btif/co/
Dbta_av_co.c463 BOOLEAN supported; in bta_av_audio_sink_getconfig() local
490 supported = FALSE; in bta_av_audio_sink_getconfig()
494 supported = TRUE; in bta_av_audio_sink_getconfig()
501 if (supported) in bta_av_audio_sink_getconfig()
587 BOOLEAN supported; in bta_av_co_audio_getconfig() local
620 supported = FALSE; in bta_av_co_audio_getconfig()
624 supported = TRUE; in bta_av_co_audio_getconfig()
631 if (supported) in bta_av_co_audio_getconfig()
/system/sepolicy/
Dseapp_contexts45 # levelFrom=user is only supported for _app or _isolated UIDs.
46 # levelFrom=app or levelFrom=all is only supported for _app UIDs.
DAndroid.mk14 $(error BOARD_SEPOLICY_REPLACE is no longer supported; please remove from your BoardConfig.mk or ot…
18 $(error BOARD_SEPOLICY_IGNORE is no longer supported; please remove from your BoardConfig.mk or oth…
DREADME40 policies, policy generation, conditional file paths, etc. It is supported in
/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/tpm/attestation/common/
Dcommon.proto21 // Enumerates various certificate profiles supported by the Attestation CA.
/system/connectivity/shill/doc/
Ddevice-api.txt152 property lists all supported carriers.
164 system. Currently, device reset is only supported by
435 (Cellular only) A list of supported carriers. Each
689 Possible errors: [service].Error.NotSupported (wake on WiFi not supported)
740 [service].Error.NotSupported (wake-on-packet not supported)
751 [service].Error.NotSupported (wake-on-packet not supported)
759 [service].Error.NotSupported (wake-on-packet not supported)
Dipconfig-api.txt93 (note arbitrary CIDR masks are not supported.)
/system/connectivity/shill/init/
Dshill.conf.in69 # This option is no longer 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/core/logd/
DREADME.property44 "m[onotonic]" is the only supported
/system/sepolicy/tools/sepolicy-analyze/
DREADME4 supported include:
/system/connectivity/shill/
DTESTING68 Currently, only native unit tests are supported on Android, meaning that unit tests
/system/tpm/trunks/generator/
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_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_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 …]
Draw_commands.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/
Dfastboot_protocol.txt159 version Version of FastBoot protocol supported.

12