Home
last modified time | relevance | path

Searched defs:serial (Results 1 – 17 of 17) sorted by relevance

/system/keymaster/include/keymaster/km_openssl/
Dcertificate_utils.h40 BIGNUM_Ptr serial; member
/system/vold/
DFsCrypt.cpp513 bool fscrypt_vold_create_user_key(userid_t user_id, int serial, bool ephemeral) { in fscrypt_vold_create_user_key()
687 static bool fscrypt_rewrap_user_key(userid_t user_id, int serial, in fscrypt_rewrap_user_key()
713 bool fscrypt_add_user_key_auth(userid_t user_id, int serial, const std::string& secret_hex) { in fscrypt_add_user_key_auth()
721 bool fscrypt_clear_user_key_auth(userid_t user_id, int serial, const std::string& secret_hex) { in fscrypt_clear_user_key_auth()
752 bool fscrypt_unlock_user_key(userid_t user_id, int serial, const std::string& secret_hex) { in fscrypt_unlock_user_key()
810 bool fscrypt_prepare_user_storage(const std::string& volume_uuid, userid_t user_id, int serial, in fscrypt_prepare_user_storage()
/system/logging/liblog/
Dproperties.cpp58 uint32_t serial; member
280 uint32_t serial; member
/system/tools/hidl/
DMethod.cpp46 size_t serial, in fillImplementation()
146 void Method::setSerialId(size_t serial) { in setSerialId()
DInterface.cpp459 size_t serial = hardware::IBinder::FIRST_CALL_TRANSACTION; in resolveInheritance() local
/system/libbase/
Dproperties.cpp145 static void WaitForPropertyCallback(void* data_ptr, const char*, const char* value, unsigned serial in WaitForPropertyCallback()
254 [](void* data, const char*, const char* value, uint32_t serial) { in Get()
/system/extras/boottime_tools/bootanalyze/
Dbootanalyze.py785 def do_reboot(serial, use_adb_reboot): argument
807 def reboot(serial, use_stressfs, permissive, use_adb_reboot, adb_buffersize=None): argument
/system/core/init/
Dpersistent_properties.cpp131 [](void* cookie, const char* name, const char* value, unsigned serial) { in LoadPersistentPropertiesFromMemory()
/system/security/keystore2/src/crypto/
Dcertificate_utils.cpp217 makeCertRump(std::optional<std::reference_wrapper<const std::vector<uint8_t>>> serial, in makeCertRump()
290 std::optional<std::reference_wrapper<const std::vector<uint8_t>>> serial, in makeCert()
/system/core/libsystem/include/system/
Dradio.h139 char serial[RADIO_STRING_LEN_MAX]; /* serial number (for subscription services) */ member
155 char serial[RADIO_STRING_LEN_MAX]; member
/system/extras/pagecache/
Dpagecache.py221 def do_preprocess_adb_cmd(command, serial): argument
/system/librustutils/
Dsystem_properties.rs69 serial: system_properties_bindgen::__uint32_t, field
/system/keymaster/km_openssl/
Dcertificate_utils.cpp113 BIGNUM_Ptr serial(BN_new()); in get_certificate_params() local
/system/security/ondevice-signing/
DCertUtils.cpp421 BIGNUM* serial = BN_new(); in createPkcs7() local
/system/core/fastboot/
Dfastboot.cpp89 static const char* serial = nullptr; variable
287 std::string serial = info->serial_number; in list_devices_callback() local
/system/security/keystore2/src/km_compat/
Dkm_compat.cpp1073 std::optional<std::reference_wrapper<const std::vector<uint8_t>>> serial; in makeCert() local
/system/keymaster/include/keymaster/
Dandroid_keymaster_messages.h1147 Buffer serial; member