HomeSort by relevance Sort by last modified time
    Searched refs:GateKeeper (Results 1 - 9 of 9) sorted by null

  /frameworks/base/keystore/java/android/security/
GateKeeper.java 23 import android.service.gatekeeper.IGateKeeperService;
26 * Convenience class for accessing the gatekeeper service.
30 public abstract class GateKeeper {
32 private GateKeeper() {}
38 throw new IllegalStateException("Gatekeeper service not available");
48 "Failed to obtain secure user ID from gatekeeper", e);
KeyStore.java 708 long rootSid = GateKeeper.getSecureUserId();
  /system/gatekeeper/include/gatekeeper/
gatekeeper.h 27 namespace gatekeeper { namespace
36 * Base class for gatekeeper implementations. Provides all functionality except
40 class GateKeeper {
42 GateKeeper() {}
43 virtual ~GateKeeper() {}
53 * Retrieves the key used by GateKeeper::MintAuthToken to sign the payload
157 * counter. An implementation is provided by the generic GateKeeper, but may be
163 * Returns whether the GateKeeper implementation is backed by hardware.
  /system/gatekeeper/
gatekeeper.cpp 17 #include <gatekeeper/gatekeeper.h>
23 namespace gatekeeper { namespace
25 void GateKeeper::Enroll(const EnrollRequest &request, EnrollResponse *response) {
104 void GateKeeper::Verify(const VerifyRequest &request, VerifyResponse *response) {
169 bool GateKeeper::CreatePasswordHandle(SizedBuffer *password_handle_buffer, salt_t salt,
201 bool GateKeeper::DoVerify(const password_handle_t *expected_handle, const SizedBuffer &password) {
217 void GateKeeper::MintAuthToken(UniquePtr<uint8_t> *auth_token, uint32_t *length,
259 uint32_t GateKeeper::ComputeRetryTimeout(const failure_record_t *record) {
278 bool GateKeeper::ThrottleRequest(uint32_t uid, uint64_t timestamp
    [all...]
  /frameworks/base/keystore/java/android/security/keystore/
KeymasterUtils.java 20 import android.security.GateKeeper;
198 long rootSid = GateKeeper.getSecureUserId();
AndroidKeyStoreSecretKeyFactorySpi.java 20 import android.security.GateKeeper;
208 return BigInteger.valueOf(GateKeeper.getSecureUserId());
210 throw new ProviderException("Failed to get GateKeeper secure user ID", e);
  /system/core/gatekeeperd/
SoftGateKeeper.h 30 #include <gatekeeper/gatekeeper.h>
35 namespace gatekeeper { namespace
42 class SoftGateKeeper : public GateKeeper {
160 if (GateKeeper::DoVerify(expected_handle, password)) {
  /frameworks/base/services/core/java/com/android/server/pm/
UserManagerService.java 71 import android.security.GateKeeper;
72 import android.service.gatekeeper.IGateKeeperService;
    [all...]
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 200 milliseconds