Searched defs:token_hex (Results 1 – 1 of 1) sorted by relevance
/system/vold/ |
D | FsCrypt.cpp | 622 const std::string& token_hex, const std::string& secret_hex) { in authentication_from_hex() 705 bool fscrypt_add_user_key_auth(userid_t user_id, int serial, const std::string& token_hex, in fscrypt_add_user_key_auth() 715 bool fscrypt_clear_user_key_auth(userid_t user_id, int serial, const std::string& token_hex, in fscrypt_clear_user_key_auth() 740 bool fscrypt_unlock_user_key(userid_t user_id, int serial, const std::string& token_hex, in fscrypt_unlock_user_key()
|