Searched refs:fscrypt_unlock_user_key (Results 1 – 3 of 3) sorted by relevance
32 bool fscrypt_unlock_user_key(userid_t user_id, int serial, const std::string& secret);
493 fscrypt_unlock_user_key(0, 0, "!"); in fscrypt_init_user0()742 bool fscrypt_unlock_user_key(userid_t user_id, int serial, const std::string& secret_hex) { in fscrypt_unlock_user_key() function
788 return translateBool(fscrypt_unlock_user_key(userId, userSerial, secret)); in unlockUserKey()