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

  /cts/tests/tests/keystore/src/android/keystore/cts/
ImportWrappedKeyTest.java 101 importWrappedKey(wrapKey(
134 importWrappedKey(fakeWrappedKey, WRAPPING_KEY_ALIAS + "_Missing");
164 importWrappedKey(wrapKey(
204 importWrappedKey(wrapKey(
244 importWrappedKey(wrapKey(
276 importWrappedKey(wrapKey(
287 public void importWrappedKey(byte[] wrappedKey, String wrappingKeyAlias) throws Exception {
300 public void importWrappedKey(byte[] wrappedKey) throws Exception {
301 importWrappedKey(wrappedKey, WRAPPING_KEY_ALIAS);
  /external/nos/host/android/hals/keymaster/include/
KeymasterDevice.h 73 Return<void> importWrappedKey(const hidl_vec<uint8_t>& wrappedKeyData,
  /external/nos/host/android/hals/keymaster/test/
import_wrapped_key_test.cpp 68 // ImportWrappedKey
361 ImportWrappedKey(ImportWrappedKeyRequestEq(
378 hal.importWrappedKey(
  /external/nos/host/android/hals/keymaster/
KeymasterDevice.cpp     [all...]

Completed in 284 milliseconds