Lines Matching refs:serial

506 bool fscrypt_vold_create_user_key(userid_t user_id, int serial, bool ephemeral) {  in fscrypt_vold_create_user_key()  argument
507 LOG(DEBUG) << "fscrypt_vold_create_user_key for " << user_id << " serial " << serial; in fscrypt_vold_create_user_key()
514 << " serial " << serial; in fscrypt_vold_create_user_key()
677 static bool fscrypt_rewrap_user_key(userid_t user_id, int serial, in fscrypt_rewrap_user_key() argument
703 bool fscrypt_add_user_key_auth(userid_t user_id, int serial, const std::string& secret_hex) { in fscrypt_add_user_key_auth() argument
704 LOG(DEBUG) << "fscrypt_add_user_key_auth " << user_id << " serial=" << serial; in fscrypt_add_user_key_auth()
708 return fscrypt_rewrap_user_key(user_id, serial, kEmptyAuthentication, *auth); in fscrypt_add_user_key_auth()
711 bool fscrypt_clear_user_key_auth(userid_t user_id, int serial, const std::string& secret_hex) { in fscrypt_clear_user_key_auth() argument
712 LOG(DEBUG) << "fscrypt_clear_user_key_auth " << user_id << " serial=" << serial; in fscrypt_clear_user_key_auth()
716 return fscrypt_rewrap_user_key(user_id, serial, *auth, kEmptyAuthentication); in fscrypt_clear_user_key_auth()
742 bool fscrypt_unlock_user_key(userid_t user_id, int serial, const std::string& secret_hex) { in fscrypt_unlock_user_key() argument
743 LOG(DEBUG) << "fscrypt_unlock_user_key " << user_id << " serial=" << serial; in fscrypt_unlock_user_key()
800 bool fscrypt_prepare_user_storage(const std::string& volume_uuid, userid_t user_id, int serial, in fscrypt_prepare_user_storage() argument
803 << ", user " << user_id << ", serial " << serial << ", flags " << flags; in fscrypt_prepare_user_storage()