Searched refs:parsed (Results 1 – 16 of 16) sorted by relevance
/system/tpm/attestation/server/ |
D | pkcs11_key_store_test.cc | 205 chaps::Attributes parsed; in GetAttributeValue() local 206 parsed.Parse(attributes_in); in GetAttributeValue() 207 if (parsed.num_attributes() == 1 && in GetAttributeValue() 208 parsed.attributes()[0].type == CKA_LABEL) in GetAttributeValue() 210 if (parsed.num_attributes() != 1 || in GetAttributeValue() 211 (parsed.attributes()[0].type != CKA_VALUE && in GetAttributeValue() 212 parsed.attributes()[0].type != CKA_LABEL) || in GetAttributeValue() 213 (parsed.attributes()[0].pValue && in GetAttributeValue() 214 parsed.attributes()[0].ulValueLen != value.size())) in GetAttributeValue() 216 parsed.attributes()[0].ulValueLen = value.size(); in GetAttributeValue() [all …]
|
/system/tpm/trunks/ |
D | README | 42 parsed by generator.py. 47 The output of this script is intended to be parsed by generator.py.
|
/system/tpm/attestation/common/ |
D | tpm_utility_v1.cc | 637 TPM_PUBKEY parsed; in ConvertPublicKeyToDER() local 638 TSS_RESULT result = Trspi_UnloadBlob_PUBKEY(&offset, buffer, &parsed); in ConvertPublicKeyToDER() 643 ScopedByteArray scoped_key(parsed.pubKey.key); in ConvertPublicKeyToDER() 644 ScopedByteArray scoped_parms(parsed.algorithmParms.parms); in ConvertPublicKeyToDER() 646 reinterpret_cast<TPM_RSA_KEY_PARMS*>(parsed.algorithmParms.parms); in ConvertPublicKeyToDER() 659 rsa.get()->n = BN_bin2bn(parsed.pubKey.key, parsed.pubKey.keyLength, nullptr); in ConvertPublicKeyToDER()
|
/system/extras/ANRdaemon/ |
D | README | 16 The compressed trace file can be parsed using systrace: 26 file is parsed by systrace.py, the daemon process is shown as running for the
|
/system/extras/ioshark/ |
D | compile-only.sh | 112 rm -f parsed*
|
D | collect-straces-ftraces.sh | 189 rm -f parsed*
|
/system/core/liblog/ |
D | event.logtags | 2 # This is installed on the device, in /system/etc, and parsed by logcat.
|
/system/bt/ |
D | EventLogTags.logtags | 2 # This is installed on the device, in /system/etc, and parsed by logcat.
|
/system/core/storaged/ |
D | EventLogTags.logtags | 2 # This is installed on the device, in /system/etc, and parsed by logcat.
|
/system/core/logd/ |
D | event.logtags | 2 # This is installed on the device, in /system/etc, and parsed by logcat.
|
/system/core/logcat/ |
D | event.logtags | 2 # This is installed on the device, in /system/etc, and parsed by logcat.
|
/system/sepolicy/tools/sepolicy-analyze/ |
D | README | 98 a full policy.conf file and output them in a more easily parsed format.
|
/system/core/init/ |
D | README.md | 452 being parsed. It takes the below form: 456 If _path_ is a directory, each file in the directory is parsed as 458 not be parsed.
|
/system/media/audio_utils/ |
D | Doxyfile | 653 # The LAYOUT_FILE tag can be used to specify a layout file which will be parsed 1864 # formatted so it can be parsed by a human reader. This is useful if you want to
|
D | Doxyfile.orig | 653 # The LAYOUT_FILE tag can be used to specify a layout file which will be parsed 1864 # formatted so it can be parsed by a human reader. This is useful if you want to
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 676 # The LAYOUT_FILE tag can be used to specify a layout file which will be parsed 1947 # formatted so it can be parsed by a human reader. This is useful if you want to
|