Home
last modified time | relevance | path

Searched defs:tmp (Results 1 – 25 of 92) sorted by relevance

1234

/system/core/libutils/tests/
DBitSet_test.cpp42 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/
Dnano_endian.cc23 uint8_t tmp = bytes[front]; in swapBytes() local
/system/keymaster/
Dauth_encrypted_key_blob.cpp62 const uint8_t* tmp = key_blob.key_material; in DeserializeUnversionedBlob() local
90 const uint8_t* tmp = key_blob.key_material; in DeserializeAuthEncryptedBlob() local
Dasymmetric_key_factory.cpp51 const uint8_t* tmp = key_material.key_material; in LoadKey() local
Dhmac.cpp58 uint8_t tmp[SHA256_DIGEST_LENGTH]; in Sign() local
Dopenssl_utils.cpp119 uint8_t* tmp = key_blob->writable_data(); in EvpKeyToKeyMaterial() local
Docb.c180 __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/
Ddiskconfig.c39 char tmp[64]; in parse_len() local
99 const char *tmp; in load_partitions() local
145 const char *tmp; in load_diskconfig() local
Ddiskutils.c40 ssize_t tmp; in write_raw_image() local
/system/core/fs_mgr/
Dfs_mgr_slotselect.cpp47 char *tmp; in fs_mgr_update_for_slotselect() local
/system/bt/service/common/android/bluetooth/
Dbluetooth_gatt_included_service.cc48 int32_t tmp; in readFromParcel() local
Dbluetooth_gatt_descriptor.cc47 int32_t tmp; in readFromParcel() local
Dscan_filter.cc45 UUID tmp; in writeToParcel() local
Dbluetooth_gatt_characteristic.cc54 int32_t tmp; in readFromParcel() local
Dbluetooth_gatt_service.cc56 int32_t tmp; in readFromParcel() local
/system/bt/types/
Draw_address.cc66 RawAddress tmp; in IsValidAddress() local
/system/vold/
DDisk.cpp245 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/
Dbitops.h98 unsigned long tmp; in find_first_bit() local
124 unsigned long tmp; in find_next_bit() local
/system/netd/libnetdutils/include/netdutils/
DStatus.h89 #define RETURN_IF_NOT_OK_IMPL(tmp, stmt) \ argument
DStatusOr.h71 #define ASSIGN_OR_RETURN_IMPL(tmp, lhs, stmt) \ argument
/system/core/toolbox/upstream-netbsd/bin/dd/
Dargs.c115 struct arg *ap, tmp; in jcl() local
363 struct conv *cp, tmp; in f_conv() local
/system/security/softkeymaster/
Dkeymaster_openssl.cpp455 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/
Dtpm_generated.cc8139 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/
Dtrusty_keymaster_main.cpp250 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/
Dpackagelistparser.c97 unsigned long tmp; in packagelist_parse() local

1234