Searched refs:token_hex (Results 1 – 1 of 1) sorted by relevance
/system/vold/ |
D | Ext4Crypt.cpp | 628 bool e4crypt_add_user_key_auth(userid_t user_id, int serial, const char* token_hex, in e4crypt_add_user_key_auth() argument 631 << " token_present=" << (strcmp(token_hex, "!") != 0); in e4crypt_add_user_key_auth() 635 if (!parse_hex(token_hex, &token)) return false; in e4crypt_add_user_key_auth() 668 bool e4crypt_unlock_user_key(userid_t user_id, int serial, const char* token_hex, in e4crypt_unlock_user_key() argument 671 << " token_present=" << (strcmp(token_hex, "!") != 0); in e4crypt_unlock_user_key() 678 if (!parse_hex(token_hex, &token)) return false; in e4crypt_unlock_user_key()
|