HomeSort by relevance Sort by last modified time
    Searched defs:outParams (Results 1 - 8 of 8) sorted by null

  /frameworks/base/core/java/android/security/keymaster/
OperationResult.java 34 public final KeymasterArguments outParams;
51 KeymasterArguments outParams) {
57 this.outParams = outParams;
66 outParams = KeymasterArguments.CREATOR.createFromParcel(in);
81 outParams.writeToParcel(out, flags);
  /system/security/keystore/include/keystore/
IKeystoreService.h 68 KeymasterArguments outParams;
  /system/vold/
KeyStorage.cpp 143 keymaster::AuthorizationSet outParams;
144 auto opHandle = keymaster.begin(KM_PURPOSE_ENCRYPT, key, params, &outParams);
147 if (!outParams.GetTagValue(keymaster::TAG_NONCE, &nonceBlob)) {
  /system/security/keystore/
key_store_service.cpp     [all...]
  /frameworks/base/core/java/android/app/
WallpaperManager.java 769 Bundle outParams = new Bundle();
770 return sGlobals.mService.getWallpaper(null, which, outParams, userId);
    [all...]