/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/btif/co/ |
D | bta_av_co.c | 463 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/ |
D | seapp_contexts | 45 # levelFrom=user is only supported for _app or _isolated UIDs. 46 # levelFrom=app or levelFrom=all is only supported for _app UIDs.
|
D | Android.mk | 14 $(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…
|
D | README | 40 policies, policy generation, conditional file paths, etc. It is supported in
|
/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/tpm/attestation/common/ |
D | common.proto | 21 // Enumerates various certificate profiles supported by the Attestation CA.
|
/system/connectivity/shill/doc/ |
D | device-api.txt | 152 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)
|
D | ipconfig-api.txt | 93 (note arbitrary CIDR masks are not supported.)
|
/system/connectivity/shill/init/ |
D | shill.conf.in | 69 # This option is no longer 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/core/logd/ |
D | README.property | 44 "m[onotonic]" is the only supported
|
/system/sepolicy/tools/sepolicy-analyze/ |
D | README | 4 supported include:
|
/system/connectivity/shill/ |
D | TESTING | 68 Currently, only native unit tests are supported on Android, meaning that unit tests
|
/system/tpm/trunks/generator/ |
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_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_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 …]
|
D | raw_commands.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 | fastboot_protocol.txt | 159 version Version of FastBoot protocol supported.
|