Searched refs:fscrypt_clear_user_key_auth (Results 1 – 3 of 3) sorted by relevance
28 bool fscrypt_clear_user_key_auth(userid_t user_id, int serial, const std::string& secret);
711 bool fscrypt_clear_user_key_auth(userid_t user_id, int serial, const std::string& secret_hex) { in fscrypt_clear_user_key_auth() function
759 return translateBool(fscrypt_clear_user_key_auth(userId, userSerial, secret)); in clearUserKeyAuth()