/system/tpm/trunks/ |
D | session_manager_test.cc | 108 public_data.public_area.unique.rsa = GetValidRSAPublicKey(); in TEST_F() 127 public_data.public_area.unique.rsa.size = 32; in TEST_F() 138 public_data.public_area.unique.rsa = GetValidRSAPublicKey(); in TEST_F() 154 public_data.public_area.unique.rsa = GetValidRSAPublicKey(); in TEST_F()
|
D | session_manager_impl.cc | 156 public_data.public_area.unique.rsa.size = 0; in EncryptSalt() 173 BN_bin2bn(public_data.public_area.unique.rsa.buffer, in EncryptSalt() 174 public_data.public_area.unique.rsa.size, nullptr); in EncryptSalt()
|
D | tpm_utility_test.cc | 497 public_area.public_area.unique.rsa.size = 0; in TEST_F() 523 public_area.public_area.unique.rsa.size = 0; in TEST_F() 566 public_area.public_area.unique.rsa.size = 0; in TEST_F() 596 public_area.public_area.unique.rsa.size = 0; in TEST_F() 626 public_area.public_area.unique.rsa.size = 0; in TEST_F() 654 public_area.public_area.unique.rsa.size = 0; in TEST_F() 711 public_area.public_area.unique.rsa.size = 0; in TEST_F() 743 public_area.public_area.unique.rsa.size = 0; in TEST_F() 775 public_area.public_area.unique.rsa.size = 0; in TEST_F() 801 public_area.public_area.unique.rsa.size = 0; in TEST_F() [all …]
|
D | tpm_utility_impl.cc | 807 public_area.unique.rsa = Make_TPM2B_PUBLIC_KEY_RSA(modulus); in ImportRSAKey() 1058 public_area.unique.keyed_hash.size = 0; in SealData() 1713 public_area.unique.rsa = Make_TPM2B_PUBLIC_KEY_RSA(""); in CreateDefaultPublicArea() 1718 public_area.unique.ecc.x = Make_TPM2B_ECC_PARAMETER(""); in CreateDefaultPublicArea() 1719 public_area.unique.ecc.y = Make_TPM2B_ECC_PARAMETER(""); in CreateDefaultPublicArea()
|
/system/core/sdcard/ |
D | sdcard.c | 689 static void fuse_status(struct fuse *fuse, __u64 unique, int err) in fuse_status() argument 694 hdr.unique = unique; in fuse_status() 698 static void fuse_reply(struct fuse *fuse, __u64 unique, void *data, int len) in fuse_reply() argument 706 hdr.unique = unique; in fuse_reply() 719 static int fuse_reply_entry(struct fuse* fuse, __u64 unique, in fuse_reply_entry() argument 744 fuse_reply(fuse, unique, &out, sizeof(out)); in fuse_reply_entry() 748 static int fuse_reply_attr(struct fuse* fuse, __u64 unique, const struct node* node, in fuse_reply_attr() argument 760 fuse_reply(fuse, unique, &out, sizeof(out)); in fuse_reply_attr() 774 hdr.unique = 0; in fuse_notify_delete() 818 return fuse_reply_entry(fuse, hdr->unique, parent_node, name, actual_name, child_path); in handle_lookup() [all …]
|
/system/extras/libpagemap/ |
D | pm_memusage.c | 118 su->proportional = su->unique = 0; in pm_memusage_pswap_get_usage() 121 su->unique += mu->p_swap->offset_array[elem->offset] == 1 ? pagesize : 0; in pm_memusage_pswap_get_usage()
|
/system/ca-certificates/ |
D | README.cacerts | 6 and the "n" is a unique integer identifier starting at 0 to deal
|
/system/sepolicy/ |
D | slideshow.te | 2 # it lives in the rootfs and has no unique file type.
|
D | servicemanager.te | 8 # servicemanager is unique in that it only provides
|
D | te_macros | 75 # Define and allow access to a unique type for 97 # Label ashmem objects with our own unique type. 276 # Each domain gets a unique devpts type. 278 # Label the pty with the unique type when created.
|
D | healthd.te | 2 # it lives in the rootfs and has no unique file type.
|
D | ueventd.te | 2 # it lives in the rootfs and has no unique file type.
|
D | autoplay_app.te | 20 # Label ashmem objects with our own unique type.
|
D | adbd.te | 2 # it lives in the rootfs and has no unique file type.
|
/system/bt/service/doc/ |
D | IBluetoothGattServer.txt | 23 * Registers a client application with this interface. This creates a unique 48 * The created service will be assigned a unique identifier that can be used 91 * a unique |request_id| which must be passed to this method along with the
|
D | IBluetoothLowEnergyCallback.txt | 26 * application's unique Low Energy client handle and can be used
|
D | IBluetoothGattClientCallback.txt | 26 * registered. |client_id| is the owning application's unique GATT client
|
D | IBluetoothGattServerCallback.txt | 26 * is the owning application's unique GATT server handle and can be used to
|
/system/extras/libpagemap/include/pagemap/ |
D | pagemap.h | 54 size_t unique; member
|
/system/extras/procrank/ |
D | procrank.c | 381 printf("%6zuK ", su.unique / 1024); in main() 383 total_uswap += su.unique; in main()
|
/system/core/libmemunreachable/tests/ |
D | Allocator_test.cpp | 168 TEST_F(AllocatorTest, unique) { in TEST_F() argument
|
/system/core/metricsd/uploader/proto/ |
D | chrome_user_metrics_extension.proto | 50 // For Chrome clients, this id is unique to a top-level (one level above the
|
/system/tpm/attestation/common/ |
D | database.proto | 71 // A key name. This is not necessarily a unique identifier.
|
/system/connectivity/shill/ |
D | device.cc | 975 set<string> unique(output_servers.begin(), output_servers.end()); in PrependDNSServers() local 977 if (unique.find(server) == unique.end()) { in PrependDNSServers() 979 unique.insert(server); in PrependDNSServers()
|
/system/connectivity/shill/mobile_operator_db/ |
D | mobile_operator_db.proto | 77 // A unique identifier for this M[V]NO.
|