/system/core/libutils/tests/ |
D | BitSet_test.cpp | 42 BitSet32 tmp = b1 | b2; in TEST_F() local 58 BitSet32 tmp = b1 & b2; in TEST_F() local 77 BitSet32 tmp = b1 & b2; in TEST_F() local 164 BitSet64 tmp = b1 | b2; in TEST_F() local 180 BitSet64 tmp = b1 & b2; in TEST_F() local 199 BitSet64 tmp = b1 & b2; in TEST_F() local
|
/system/chre/apps/chqts/src/shared/ |
D | nano_endian.cc | 23 uint8_t tmp = bytes[front]; in swapBytes() local
|
/system/keymaster/ |
D | auth_encrypted_key_blob.cpp | 62 const uint8_t* tmp = key_blob.key_material; in DeserializeUnversionedBlob() local 90 const uint8_t* tmp = key_blob.key_material; in DeserializeAuthEncryptedBlob() local
|
D | asymmetric_key_factory.cpp | 51 const uint8_t* tmp = key_material.key_material; in LoadKey() local
|
D | hmac.cpp | 58 uint8_t tmp[SHA256_DIGEST_LENGTH]; in Sign() local
|
D | openssl_utils.cpp | 119 uint8_t* tmp = key_blob->writable_data(); in EvpKeyToKeyMaterial() local
|
D | ocb.c | 180 __m128i tmp = _mm_srai_epi32(bl, 31); in double_block() local 269 block tmp = vshrq_n_s8(b, 7); in double_block() local 478 __m128i x0, x1, x2, x3, tmp, *kp = (__m128i*)key; in AES_192_Key_Expansion() local 557 __m128i tmp = _mm_load_si128((__m128i*)in); in AES_encrypt() local 568 __m128i tmp = _mm_load_si128((__m128i*)in); in AES_decrypt() local 757 } tmp; in gen_offset_from_nonce() local 794 } tmp; in process_ad() local 924 } tmp; in ae_encrypt() local 1135 } tmp; in ae_decrypt() local
|
/system/core/libdiskconfig/ |
D | diskconfig.c | 39 char tmp[64]; in parse_len() local 99 const char *tmp; in load_partitions() local 145 const char *tmp; in load_diskconfig() local
|
D | diskutils.c | 40 ssize_t tmp; in write_raw_image() local
|
/system/core/fs_mgr/ |
D | fs_mgr_slotselect.cpp | 47 char *tmp; in fs_mgr_update_for_slotselect() local
|
/system/bt/service/common/android/bluetooth/ |
D | bluetooth_gatt_included_service.cc | 48 int32_t tmp; in readFromParcel() local
|
D | bluetooth_gatt_descriptor.cc | 47 int32_t tmp; in readFromParcel() local
|
D | scan_filter.cc | 45 UUID tmp; in writeToParcel() local
|
D | bluetooth_gatt_characteristic.cc | 54 int32_t tmp; in readFromParcel() local
|
D | bluetooth_gatt_service.cc | 56 int32_t tmp; in readFromParcel() local
|
/system/bt/types/ |
D | raw_address.cc | 66 RawAddress tmp; in IsValidAddress() local
|
/system/vold/ |
D | Disk.cpp | 245 std::string tmp; in readMetadata() local 255 std::string tmp; in readMetadata() local 552 std::string tmp; in getMaxMinors() local 568 std::string tmp; in getMaxMinors() local
|
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/include/linux/ |
D | bitops.h | 98 unsigned long tmp; in find_first_bit() local 124 unsigned long tmp; in find_next_bit() local
|
/system/netd/libnetdutils/include/netdutils/ |
D | Status.h | 89 #define RETURN_IF_NOT_OK_IMPL(tmp, stmt) \ argument
|
D | StatusOr.h | 71 #define ASSIGN_OR_RETURN_IMPL(tmp, lhs, stmt) \ argument
|
/system/core/toolbox/upstream-netbsd/bin/dd/ |
D | args.c | 115 struct arg *ap, tmp; in jcl() local 363 struct conv *cp, tmp; in f_conv() local
|
/system/security/softkeymaster/ |
D | keymaster_openssl.cpp | 455 unsigned char* tmp = reinterpret_cast<unsigned char*>(key.get()); in openssl_get_keypair_public() local 488 unsigned char* tmp = reinterpret_cast<unsigned char*>(signedDataPtr.get()); in sign_dsa() local 520 unsigned char* tmp = reinterpret_cast<unsigned char*>(signedDataPtr.get()); in sign_ec() local 554 unsigned char* tmp = reinterpret_cast<unsigned char*>(signedDataPtr.get()); in sign_rsa() local 676 unsigned char* tmp = reinterpret_cast<unsigned char*>(dataPtr.get()); in verify_rsa() local
|
/system/tpm/trunks/ |
D | tpm_generated.cc | 8139 std::string tmp; in SerializeCommand_Startup() local 8330 std::string tmp; in SerializeCommand_Shutdown() local 8521 std::string tmp; in SerializeCommand_SelfTest() local 8712 std::string tmp; in SerializeCommand_IncrementalSelfTest() local 8907 std::string tmp; in SerializeCommand_GetTestResult() local 9016 std::string tmp = out_data_bytes.substr(2); in ParseResponse_GetTestResult() local 9146 std::string tmp = nonce_caller_bytes.substr(2); in SerializeCommand_StartAuthSession() local 9189 std::string tmp; in SerializeCommand_StartAuthSession() local 9299 std::string tmp = nonce_tpm_bytes.substr(2); in ParseResponse_StartAuthSession() local 9434 std::string tmp; in SerializeCommand_PolicyRestart() local [all …]
|
/system/core/trusty/keymaster/ |
D | trusty_keymaster_main.cpp | 250 const uint8_t* tmp = exported_key.data; in test_rsa() local 355 const uint8_t* tmp = exported_key.data; in test_ecdsa() local
|
/system/core/libpackagelistparser/ |
D | packagelistparser.c | 97 unsigned long tmp; in packagelist_parse() local
|