OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:current_passwd
(Results
1 - 1
of
1
) sorted by null
/device/moto/shamu/cryptfs_hw/
cryptfs_hw.c
56
static unsigned char
current_passwd
[MAX_PASSWORD_LEN];
variable
120
err = qseecom_update_key(QSEECOM_DISK_ENCRYPTION,
current_passwd
, tmp_passwd);
125
memset(
current_passwd
, 0, MAX_PASSWORD_LEN);
126
memcpy(
current_passwd
, tmp_passwd, MAX_PASSWORD_LEN);
Completed in 62 milliseconds