Home
last modified time | relevance | path

Searched refs:tag (Results 226 – 250 of 339) sorted by relevance

12345678910>>...14

/system/sepolicy/prebuilts/api/27.0/public/
Dlogd.te38 # event tag mapping while in the untrusted_app domain.
40 # event log tag service (albeit at a performance penalty,
/system/sepolicy/prebuilts/api/30.0/public/
Dlogd.te38 # event tag mapping while in the untrusted_app domain.
40 # event log tag service (albeit at a performance penalty,
/system/netd/server/
DTrafficController.h56 int tagSocket(int sockFd, uint32_t tag, uid_t uid, uid_t callingUid) EXCLUDES(mMutex);
78 int deleteTagData(uint32_t tag, uid_t uid, uid_t callingUid) EXCLUDES(mMutex);
/system/sepolicy/public/
Dlogd.te36 # event tag mapping while in the untrusted_app domain.
38 # event log tag service (albeit at a performance penalty,
/system/sepolicy/prebuilts/api/29.0/public/
Dlogd.te38 # event tag mapping while in the untrusted_app domain.
40 # event log tag service (albeit at a performance penalty,
/system/sepolicy/prebuilts/api/31.0/public/
Dlogd.te36 # event tag mapping while in the untrusted_app domain.
38 # event log tag service (albeit at a performance penalty,
/system/sepolicy/prebuilts/api/32.0/public/
Dlogd.te36 # event tag mapping while in the untrusted_app domain.
38 # event log tag service (albeit at a performance penalty,
/system/keymaster/include/keymaster/key_blob_utils/
Dauth_encrypted_key_blob.h50 Buffer tag; member
/system/tools/xsdc/src/com/android/xsdc/tag/
DXsdComplexType.java17 package com.android.xsdc.tag;
/system/security/keystore/
Dkeystore_cli_v2.cpp127 std::cout << toString(a.keyParameter.tag) << "\n"; in PrintTags()
150 return a.keyParameter.tag == keymint::Tag::ALGORITHM && in verifyEncryptionKeyAttributes()
159 return a.keyParameter.tag == keymint::Tag::KEY_SIZE && in verifyEncryptionKeyAttributes()
168 return a.keyParameter.tag == keymint::Tag::BLOCK_MODE && in verifyEncryptionKeyAttributes()
177 return a.keyParameter.tag == keymint::Tag::PADDING && in verifyEncryptionKeyAttributes()
191 return a.keyParameter.tag == keymint::Tag::ALGORITHM && in verifyAuthenticationKeyAttributes()
200 return a.keyParameter.tag == keymint::Tag::KEY_SIZE && in verifyAuthenticationKeyAttributes()
209 return a.keyParameter.tag == keymint::Tag::MIN_MAC_LENGTH && in verifyAuthenticationKeyAttributes()
218 return a.keyParameter.tag == keymint::Tag::DIGEST && in verifyAuthenticationKeyAttributes()
578 (a.keyParameter.tag == keymint::Tag::ALGORITHM || in TestKey()
[all …]
/system/keymaster/key_blob_utils/
Docb.c939 int ad_len, void* ct, void* tag, int final) { in ae_encrypt() argument
1110 if (tag) { in ae_encrypt()
1112 *(block*)tag = offset; in ae_encrypt()
1114 memcpy((char*)tag, &offset, OCB_TAG_LEN); in ae_encrypt()
1116 memcpy((char*)tag, &offset, ctx->tag_len); in ae_encrypt()
1156 int ad_len, void* pt, const void* tag, int final) { in ae_decrypt() argument
1168 if ((final) && (!tag)) in ae_decrypt()
1334 if ((OCB_TAG_LEN == 16) && tag) { in ae_decrypt()
1335 if (unequal_blocks(tmp.bl, *(block*)tag)) in ae_decrypt()
1343 if (tag) { in ae_decrypt()
[all …]
/system/keymaster/legacy_support/
Dkeymaster1_legacy_support.cpp131 if (entry.tag == TAG_DIGEST) in findUnsupportedDigest()
176 if (entry.tag == TAG_PURPOSE) { in RequiresSoftwareDigesting()
200 if (entry.tag == TAG_PURPOSE) { in RequiresSoftwareDigesting()
/system/libfmq/base/fmq/
DMQDescriptorBase.h57 void errorWriteLog(int tag, const char* message);
/system/core/libstats/push_compat/include/
Dstats_event_list.h53 explicit stats_event_list(int tag) : ret(0) { in stats_event_list() argument
54 ctx = create_android_logger(static_cast<uint32_t>(tag)); in stats_event_list()
/system/extras/profcollectd/libprofcollectd/
Dservice.rs69 fn trace_once(&self, tag: &str) -> BinderResult<()> { in trace_once()
72 .one_shot(&lock.config, tag) in trace_once()
/system/keymaster/android_keymaster/
Dkeymaster_tags.cpp22 const char* StringifyTag(keymaster_tag_t tag) { in StringifyTag() argument
23 switch (tag) { in StringifyTag()
/system/tools/hidl/test/error_test/tag_name_does_not_exist/1.0/
DIFoo.hal20 C = B#tag_does_not_exist, // bad (this tag doesn't exist)
/system/sepolicy/prebuilts/api/26.0/private/
Dproperty_contexts38 log.tag u:object_r:log_tag_prop:s0
39 log.tag.WifiHAL u:object_r:wifi_log_prop:s0
51 persist.log.tag u:object_r:log_tag_prop:s0
/system/linkerconfig/
Dmain.cc320 const char* tag, const char* file, unsigned int line, in operator ()()
322 logd(id, severity, tag, file, line, message); in operator ()()
323 KernelLogger(id, severity, tag, file, line, message); in operator ()()
/system/sepolicy/prebuilts/api/27.0/private/
Dproperty_contexts38 log.tag u:object_r:log_tag_prop:s0
39 log.tag.WifiHAL u:object_r:wifi_log_prop:s0
51 persist.log.tag u:object_r:log_tag_prop:s0
/system/security/keystore-engine/
Dkeystore2_engine.cpp203 .tag = KMV1::Tag::PURPOSE, in keystore2_sign()
207 .tag = KMV1::Tag::ALGORITHM, in keystore2_sign()
210 .tag = KMV1::Tag::PADDING, in keystore2_sign()
214 KMV1::KeyParameter{.tag = KMV1::Tag::DIGEST, in keystore2_sign()
/system/core/debuggerd/libdebuggerd/
Dutility.cpp194 long tag = memory->ReadTag(*addr + kTagGranuleSize * tag_granule); in dump_memory() local
196 tags[tag_granule] = tag >= 0 ? tag : 0; in dump_memory()
/system/tools/xsdc/src/com/android/xsdc/
DXmlSchema.java19 import com.android.xsdc.tag.*;
/system/keymaster/include/keymaster/km_openssl/
Dattestation_record.h29 #define remove_type_mask(tag) ((tag)&0x0FFFFFFF) argument
43 constexpr int64_t convert_to_eat_claim(keymaster_tag_t tag) { in convert_to_eat_claim() argument
44 return EAT_CLAIM_PRIVATE_BASE - remove_type_mask(tag); in convert_to_eat_claim()
/system/core/libstats/push_compat/
DStatsEventCompat.cpp172 const char* tag = tags[i] ? tags[i] : ""; in writeAttributionChain() local
173 mEventQ << tag; in writeAttributionChain()

12345678910>>...14