Home
last modified time | relevance | path

Searched refs:mk (Results 1 – 25 of 68) sorted by relevance

123

/packages/modules/IPsec/src/java/com/android/internal/net/eap/
DEapSimAkaIdentityTracker.java86 private ReauthInfo(int reauthCount, byte[] mk, byte[] kEncr, byte[] kAut) { in ReauthInfo() argument
88 mMk = mk.clone(); in ReauthInfo()
98 byte[] mk, in ReauthInfo() argument
103 mMk = mk; in ReauthInfo()
180 String reauthId, String permanentId, int count, byte[] mk, byte[] kEncr, byte[] kAut) { in registerReauthCredentials() argument
181 if (mk.length != MASTER_KEY_LENGTH || kEncr.length != KEY_LEN || kAut.length != KEY_LEN) { in registerReauthCredentials()
184 ReauthInfo reauthInfo = new ReauthInfo(count, mk, kEncr, kAut); in registerReauthCredentials()
187 LOG.d(TAG, " MK=" + LOG.pii(mk)); in registerReauthCredentials()
/packages/services/Car/car_product/build/
Dcar_product.mk19 $(call inherit-product, $(SRC_TARGET_DIR)/product/handheld_product.mk)
22 $(call inherit-product, $(SRC_TARGET_DIR)/product/telephony_product.mk)
28 $(call inherit-product-if-exists, frameworks/base/data/sounds/AllAudio.mk)
88 include packages/services/Car/cpp/evs/apps/sepolicy/evsapp.mk
91 $(call inherit-product, device/sample/products/location_overlay.mk)
94 $(call inherit-product-if-exists, packages/services/Car/car_product/rro/ThemeSamples/product.mk)
97 $(call inherit-product-if-exists, packages/apps/Car/SystemUI/samples/systemui_sample_rros.mk)
Dcar_base.mk89 include packages/services/Car/cpp/evs/apps/sepolicy/evsapp.mk
111 $(call inherit-product, $(SRC_TARGET_DIR)/product/core_minimal.mk)
130 include packages/services/Car/cpp/watchdog/product/carwatchdog.mk
133 include packages/services/Car/cpp/powerpolicy/product/carpowerpolicy.mk
137 include packages/services/Car/cpp/telemetry/cartelemetryd/products/telemetry.mk
Dcar_system_ext.mk19 $(call inherit-product, $(SRC_TARGET_DIR)/product/handheld_system_ext.mk)
22 $(call inherit-product, $(SRC_TARGET_DIR)/product/telephony_system_ext.mk)
26 $(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
Dcar.mk102 $(call inherit-product, device/sample/products/location_overlay.mk)
103 $(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk)
104 $(call inherit-product, packages/services/Car/car_product/build/car_base.mk)
107 $(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
Dcar_system.mk21 $(call inherit-product, $(SRC_TARGET_DIR)/product/handheld_system.mk)
22 $(call inherit-product, $(SRC_TARGET_DIR)/product/languages_default.mk)
24 $(call inherit-product-if-exists, vendor/google/security/adb/vendor_key.mk)
30 $(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
Dcar_vendor.mk20 $(call inherit-product, $(SRC_TARGET_DIR)/product/handheld_vendor.mk)
/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/
DEapAkaPrimeMethodStateMachine.java270 ByteBuffer mk = in generateAndPersistEapAkaKeys() local
278 mk.get(mKEncr); in generateAndPersistEapAkaKeys()
279 mk.get(mKAut); in generateAndPersistEapAkaKeys()
280 mk.get(mKRe); in generateAndPersistEapAkaKeys()
281 mk.get(mMsk); in generateAndPersistEapAkaKeys()
282 mk.get(mEmsk); in generateAndPersistEapAkaKeys()
DEapSimAkaMethodStateMachine.java197 byte[] mk = sha1.digest(mkInput); in generateAndPersistKeys()
198 System.arraycopy(mk, 0, mMk, 0, MASTER_KEY_LENGTH); in generateAndPersistKeys()
202 byte[] prfResult = prf.getRandom(mk, outputBytes); in generateAndPersistKeys()
212 LOG.d(tag, "MK=" + LOG.pii(mk)); in generateAndPersistKeys()
227 byte[] mk) { in generateAndPersistReauthKeys() argument
228 int numInputBytes = reauthId.length + COUNTER_SIZE + nonceS.length + mk.length; in generateAndPersistReauthKeys()
236 buffer.put(mk); in generateAndPersistReauthKeys()
249 LOG.d(tag, "MK=" + LOG.pii(mk)); in generateAndPersistReauthKeys()
/packages/services/Car/car_product/car_ui_portrait/rro/
Dcar_ui_portrait_rro.mk17 …it-product, packages/services/Car/car_product/car_ui_portrait/rro/car-ui-customizations/product.mk)
18 …ct, packages/services/Car/car_product/car_ui_portrait/rro/car-ui-toolbar-customizations/product.mk)
19 $(call inherit-product-if-exists, vendor/auto/embedded/products/coolwhip/car-ui-lib-rros/product.mk)
20 $(call inherit-product-if-exists, vendor/google/nexus_overlay/fonts/fonts.mk)
/packages/services/Car/car_product/rro/ThemeSamples/
Dproduct.mk18 $(call inherit-product,packages/services/Car/car_product/rro/ThemeSamples/ThemeOrange/product.mk)
19 $(call inherit-product,packages/services/Car/car_product/rro/ThemeSamples/ThemePink/product.mk)
/packages/services/Car/cpp/telemetry/cartelemetryd/sampleclient/
DREADME.md27 `//packages/services/Car/cpp/telemetry/cartelemetryd/products/telemetry.mk` (or other suitable mk f…
30 # this goes to products/telemetry.mk
/packages/modules/Bluetooth/system/build/dpkg/libchrome/debian/patches/
D0001-rebase_path-for-write_args.patch16 script = "//common-mk/write_args.py"
25 script = "//common-mk/write_args.py"
/packages/services/Car/cpp/telemetry/cartelemetryd/
DREADME.md39 targets, add the following lines in necessary `.mk` files:
49 grep -rH --color --exclude-dir='**/.*' --exclude-dir='out' --include='*.mk' \
DARCHITECTURE.md16 products/ - AAOS Telemetry product, it's included in car_base.mk
/packages/modules/Bluetooth/flags/
Daconfig.gni40 script = "//common-mk/file_generator_wrapper.py"
53 script = "//common-mk/file_generator_wrapper.py"
/packages/services/Car/car_product/car_ui_portrait/emu/
DREADME1 This directory contains emulator specific RROs and mk files that shouldn't be included on real
/packages/modules/Bluetooth/system/gd/proto/
DBUILD.gn1 import("//common-mk/proto_library.gni")
/packages/modules/Virtualization/apex/
Dproduct_packages.mk23 $(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
/packages/modules/Bluetooth/system/build/dpkg/modp_b64/
Dgen-src-pkg.sh24 cp -a ../platform2/{common-mk,.gn} .
/packages/services/Telephony/ecc/
DREADME.md22 conversion toolsets. It's used in Android.mk.
/packages/modules/Bluetooth/system/stack/mmc/proto/
DBUILD.gn17 import("//common-mk/proto_library.gni")
/packages/modules/Bluetooth/system/build/dpkg/libchrome/
Dgen-src-pkg.sh32 cp -a ../platform2/{common-mk,.gn} .
/packages/modules/Bluetooth/system/gd/rust/shim/
DBUILD.gn17 import("//common-mk/cxxbridge.gni")
/packages/modules/Bluetooth/system/gd/dumpsys/bundler/
DBUILD.gn17 import("//common-mk/flatbuffer.gni")

123